.lead-modal-root{position:fixed;inset:0;z-index:var(--rb-z-modal);display:flex;align-items:center;justify-content:center;padding:max(.5rem,env(safe-area-inset-top)) max(.5rem,env(safe-area-inset-right)) max(.5rem,env(safe-area-inset-bottom)) max(.5rem,env(safe-area-inset-left))}.lead-modal-overlay{position:absolute;inset:0;border:0;padding:0;margin:0;background:var(--rb-bg-overlay);cursor:pointer}.lead-modal{position:relative;z-index:1;display:flex;flex-direction:column;width:min(100%,26.5rem);max-height:min(92dvh,36rem);overflow:hidden;background:var(--rb-bg-modal);color:var(--rb-text-primary);border:1px solid color-mix(in srgb,var(--rb-text-primary) 12%,transparent);box-shadow:0 18px 48px rgb(0 0 0/.35)}.lead-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--rb-space-2);padding:.9rem 1rem .65rem;border-bottom:1px solid color-mix(in srgb,var(--rb-text-primary) 10%,transparent);flex-shrink:0}.lead-modal__heading{margin:0;font-size:1.125rem;line-height:1.25;letter-spacing:-.01em}.lead-modal__lead{margin:.3rem 0 0;color:var(--rb-text-secondary);font-size:.875rem;line-height:1.4}.lead-modal__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin:-.25rem -.25rem 0 0;border:1px solid transparent;background:transparent;color:var(--rb-text-muted);font-size:1.35rem;line-height:1;cursor:pointer;transition:color .16s ease,border-color .16s ease}.lead-modal__close:hover{color:var(--rb-text-primary)}.lead-modal__close:focus-visible{outline:2px solid var(--rb-papaya);outline-offset:2px}.lead-modal__body{overflow-y:auto;overscroll-behavior:contain;padding:.75rem 1rem 1rem;-webkit-overflow-scrolling:touch}.lead-modal__form{display:flex;flex-direction:column;gap:.65rem}.lead-modal__field{display:flex;flex-direction:column;gap:.28rem}.lead-modal__label{color:var(--rb-text-secondary);font-size:.75rem;font-weight:500;letter-spacing:.01em}.lead-modal__optional{color:var(--rb-text-muted);font-weight:400}.lead-modal__input,.lead-modal__textarea{width:100%;box-sizing:border-box;margin:0;padding:.55rem .7rem;border:1px solid color-mix(in srgb,var(--rb-text-primary) 16%,transparent);border-radius:var(--rb-radius-md,.375rem);background:color-mix(in srgb,var(--rb-bg-elevated) 88%,transparent);color:var(--rb-text-primary);font:inherit;font-size:.9375rem;line-height:1.35;transition:border-color .16s ease}.lead-modal__textarea{min-height:2.5rem;max-height:4.5rem;resize:vertical}.lead-modal__input::placeholder,.lead-modal__textarea::placeholder{color:var(--rb-text-muted)}.lead-modal__input:focus-visible,.lead-modal__textarea:focus-visible{outline:2px solid var(--rb-papaya);outline-offset:1px;border-color:color-mix(in srgb,var(--rb-papaya) 55%,transparent)}.lead-modal__subject{margin:0;padding:.45rem .65rem;border:1px solid color-mix(in srgb,var(--rb-text-primary) 10%,transparent);background:color-mix(in srgb,var(--rb-bg-elevated) 70%,transparent);color:var(--rb-text-secondary);font-size:.75rem;line-height:1.35}.lead-modal__subject strong{color:var(--rb-text-primary);font-weight:500}.lead-modal__consent{display:flex;align-items:flex-start;gap:.55rem}.lead-modal__checkbox{flex-shrink:0;width:1.05rem;height:1.05rem;margin-top:.1rem;accent-color:var(--rb-papaya)}.lead-modal__consent-text{margin:0;color:var(--rb-text-muted);font-size:.75rem;line-height:1.35}.lead-modal__consent-text a{color:var(--rb-papaya);font-weight:600;text-decoration:underline;text-underline-offset:.15em}.lead-modal__consent-text a:focus-visible{border-radius:.2rem;outline:2px solid var(--rb-papaya);outline-offset:2px}.lead-modal__actions{display:flex;flex-direction:column;gap:.45rem;padding-top:.15rem}.lead-modal__submit{width:100%;min-height:2.5rem}.lead-modal__submit:disabled{cursor:wait;opacity:.72}.lead-modal__error,.lead-modal__submit-error{margin:0;color:var(--rb-danger,#b42318);font-size:.75rem;line-height:1.4}.lead-modal__submit-error{padding:.55rem .65rem;border-left:3px solid;background:color-mix(in srgb,currentColor 7%,transparent)}.lead-modal__success{display:flex;flex-direction:column;gap:.8rem;padding:.35rem 0 .15rem}.lead-modal__success h3,.lead-modal__success p{margin:0}.lead-modal__success h3{font-size:1.35rem;line-height:1.2}.lead-modal__success p{color:var(--rb-text-secondary);font-size:.9375rem;line-height:1.5}.lead-modal__success button{width:100%}.lead-modal__note{margin:0;color:var(--rb-text-muted);font-size:.75rem;line-height:1.35}.lead-modal__phone-line{margin:0;color:var(--rb-text-secondary);font-size:.8125rem;line-height:1.35;text-align:center}.lead-modal__phone-line a{color:var(--rb-text-primary);text-decoration:underline;text-underline-offset:.15em}.lead-modal__phone-line a:focus-visible{outline:2px solid var(--rb-papaya);outline-offset:2px}@media (min-width:48rem){.lead-modal{width:min(100%,27.5rem)}.lead-modal__header{padding:1rem 1.15rem .7rem}.lead-modal__body{padding:.85rem 1.15rem 1.1rem}.lead-modal__heading{font-size:1.2rem}}@media (min-width:48rem) and (min-height:44rem){.lead-modal{max-height:none}.lead-modal__body{overflow:visible}}@media (prefers-reduced-motion:reduce){.lead-modal__close,.lead-modal__input,.lead-modal__textarea{transition:none}}.lead-phone-field{display:flex;flex-direction:column;gap:.28rem}.lead-phone-field__label{color:var(--rb-text-secondary);font-size:.75rem;font-weight:500;letter-spacing:.01em}.lead-phone-field__input{width:100%;box-sizing:border-box;margin:0;padding:.55rem .7rem;border:1px solid color-mix(in srgb,var(--rb-text-primary) 16%,transparent);border-radius:var(--rb-radius-md,.375rem);background:color-mix(in srgb,var(--rb-bg-elevated) 88%,transparent);color:var(--rb-text-primary);font:inherit;font-size:.9375rem;line-height:1.35;transition:border-color .16s ease}.lead-phone-field__input::placeholder{color:var(--rb-text-muted)}.lead-phone-field__input:focus-visible{outline:2px solid var(--rb-papaya);outline-offset:1px;border-color:color-mix(in srgb,var(--rb-papaya) 55%,transparent)}.lead-phone-field__input[aria-invalid=true]{border-color:var(--rb-state-error,#c45b5b)}.lead-phone-field__hint{margin:0;color:var(--rb-text-muted);font-size:.72rem;line-height:1.35}.lead-phone-field__error{margin:0;color:var(--rb-state-error,#c45b5b);font-size:.75rem;line-height:1.35}@media (prefers-reduced-motion:reduce){.lead-phone-field__input{transition:none}}.athlete-page{--athlete-light-bg:#f7f7f8;--athlete-muted-bg:#eef0f2;--athlete-card:#ffffff;--athlete-ink:var(--rb-text-inverted);--athlete-ink-soft:color-mix(in srgb,var(--rb-text-inverted) 88%,#4a5562);--athlete-line:color-mix(in srgb,var(--rb-text-inverted) 10%,transparent);--athlete-pad:clamp(3rem,7vh,5rem);--athlete-gutter:1.75rem;--athlete-sticky-offset:calc(1rem + env(safe-area-inset-bottom, 0px));padding-bottom:calc(4.5rem + env(safe-area-inset-bottom, 0px));overflow-x:hidden}@media (min-width:48rem){.athlete-page{--athlete-gutter:2.75rem}}@media (min-width:64rem){.athlete-page{--athlete-gutter:3.5rem}}@media (min-width:80rem){.athlete-page{--athlete-gutter:4rem}}.athlete-hero__inner,.athlete-section__inner{box-sizing:border-box;width:100%;max-width:var(--rb-container-content);margin-inline:auto;min-width:0}.athlete-section__inner--narrow{max-width:42rem}.athlete-section{padding:var(--athlete-pad) var(--athlete-gutter);scroll-margin-top:var(--rb-header-height)}.athlete-section--light{background:var(--athlete-light-bg);color:var(--athlete-ink)}.athlete-section--muted{background:var(--athlete-muted-bg);color:var(--athlete-ink)}.athlete-hero,.athlete-section--dark,.athlete-section--final{background:var(--rb-bg-primary);color:var(--rb-text-primary)}.athlete-section__intro{max-width:40rem;margin-bottom:clamp(1.75rem,4vh,2.75rem)}.athlete-section__intro--narrow{max-width:36rem}.athlete-eyebrow{color:var(--rb-text-muted);font-size:.75rem;letter-spacing:.08em}.athlete-hero .athlete-eyebrow,.athlete-section--dark .athlete-eyebrow,.athlete-section--final .athlete-eyebrow{color:#d8dde4}.athlete-section--light .athlete-eyebrow,.athlete-section--muted .athlete-eyebrow{color:#5a6370}.athlete-eyebrow:after{content:"";display:block;width:1.5rem;height:2px;margin-top:var(--rb-space-2);background:var(--rb-papaya)}.athlete-heading{margin:var(--rb-space-2) 0 0;max-width:28rem}.athlete-section--light .athlete-heading,.athlete-section--muted .athlete-heading{color:var(--athlete-ink)}.athlete-lead{margin:var(--rb-space-3) 0 0;max-width:38rem;line-height:1.55}.athlete-section--light .athlete-lead,.athlete-section--muted .athlete-lead{color:color-mix(in srgb,var(--athlete-ink) 90%,transparent)}.athlete-hero__lead,.athlete-section--dark .athlete-lead,.athlete-section--final .athlete-lead{color:#e4e7ec}.athlete-text-link{color:inherit;text-decoration:underline;text-underline-offset:.18em;text-decoration-thickness:1px}.athlete-text-link:hover{color:var(--rb-papaya)}.athlete-text-link:focus-visible{outline:2px solid var(--rb-papaya);outline-offset:3px}.athlete-media{position:relative;margin:0;width:100%;overflow:hidden;background:color-mix(in srgb,var(--rb-bg-section) 88%,#000);isolation:isolate}.athlete-audience__item .athlete-media,.athlete-engineering__item .athlete-media{aspect-ratio:4/3}.athlete-audience__item .athlete-media,.athlete-engineering__item .athlete-media{aspect-ratio:4/3!important}.athlete-section--light .athlete-media,.athlete-section--muted .athlete-media{background:color-mix(in srgb,var(--athlete-ink) 6%,#fff)}.athlete-media__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.22,1,.36,1)}.athlete-audience__item:hover .athlete-media__image,.athlete-engineering__item:hover .athlete-media__image,.athlete-gallery__item:hover .athlete-media__image{transform:scale(1.03)}@media (prefers-reduced-motion:reduce){.athlete-media__image{transition:none}.athlete-audience__item:hover .athlete-media__image,.athlete-engineering__item:hover .athlete-media__image,.athlete-gallery__item:hover .athlete-media__image{transform:none}}.athlete-media__placeholder{display:grid;place-items:center;width:100%;height:100%;min-height:100%;padding:var(--rb-space-6);text-align:center;background:linear-gradient(145deg,color-mix(in srgb,var(--rb-bg-elevated) 90%,var(--rb-papaya)) 0,var(--rb-bg-section) 48%,var(--rb-bg-secondary) 100%)}.athlete-section--light .athlete-media__placeholder,.athlete-section--muted .athlete-media__placeholder{background:linear-gradient(145deg,#eceef1,#e4e7eb 55%,#dfe3e8)}.athlete-media__caption{max-width:18rem;font-size:.9375rem;line-height:1.45;font-weight:500;color:var(--rb-text-secondary)}.athlete-section--light .athlete-media__caption,.athlete-section--muted .athlete-media__caption{color:color-mix(in srgb,var(--athlete-ink) 68%,var(--rb-text-muted))}.athlete-cta-group{display:flex;flex-wrap:wrap;gap:var(--rb-space-3);align-items:center;margin-top:var(--rb-space-6)}.athlete-cta-group--stack{flex-direction:column;align-items:stretch;max-width:22rem}.athlete-cta-group__primary,.athlete-cta-group__secondary{width:100%}@media (min-width:40rem){.athlete-cta-group--row{flex-wrap:nowrap}.athlete-cta-group--row .athlete-cta-group__primary,.athlete-cta-group--row .athlete-cta-group__secondary{width:auto;min-width:15.5rem;padding-inline:1.75rem!important}}.athlete-section--light .athlete-cta-group__primary,.athlete-section--light .athlete-cta-group__secondary,.athlete-section--light .athlete-equipment__cta a,.athlete-section--light .athlete-packages__cta,.athlete-section--muted .athlete-cta-group__primary,.athlete-section--muted .athlete-cta-group__secondary,.athlete-section--muted .athlete-equipment__cta a,.athlete-section--muted .athlete-packages__cta{background:#ffffff!important;color:#171717!important;border:0!important;border-radius:.8125rem;font-weight:600;box-shadow:0 4px 14px rgb(0 0 0/.09),0 2px 8px color-mix(in srgb,#ff6b2c 16%,transparent),0 0 0 1px color-mix(in srgb,#ff6b2c 44%,transparent);transition:box-shadow .18s ease,transform .18s ease}.athlete-section--light .athlete-cta-group__primary:hover,.athlete-section--light .athlete-cta-group__secondary:hover,.athlete-section--light .athlete-equipment__cta a:hover,.athlete-section--light .athlete-packages__cta:hover,.athlete-section--muted .athlete-cta-group__primary:hover,.athlete-section--muted .athlete-cta-group__secondary:hover,.athlete-section--muted .athlete-equipment__cta a:hover,.athlete-section--muted .athlete-packages__cta:hover{background:#ffffff!important;color:#171717!important;box-shadow:0 6px 20px rgb(0 0 0/.11),0 3px 12px color-mix(in srgb,#ff6b2c 22%,transparent),0 0 0 1px color-mix(in srgb,#ff6b2c 54%,transparent)}.athlete-section--light .athlete-cta-group__primary:active,.athlete-section--light .athlete-cta-group__secondary:active,.athlete-section--light .athlete-equipment__cta a:active,.athlete-section--light .athlete-packages__cta:active,.athlete-section--muted .athlete-cta-group__primary:active,.athlete-section--muted .athlete-cta-group__secondary:active,.athlete-section--muted .athlete-equipment__cta a:active,.athlete-section--muted .athlete-packages__cta:active{transform:scale(.98);box-shadow:0 2px 8px rgb(0 0 0/.08),0 1px 4px color-mix(in srgb,#ff6b2c 14%,transparent),0 0 0 1px color-mix(in srgb,#ff6b2c 44%,transparent)}.athlete-section--light .athlete-cta-group__primary:focus-visible,.athlete-section--light .athlete-cta-group__secondary:focus-visible,.athlete-section--light .athlete-equipment__cta a:focus-visible,.athlete-section--light .athlete-packages__cta:focus-visible,.athlete-section--muted .athlete-cta-group__primary:focus-visible,.athlete-section--muted .athlete-cta-group__secondary:focus-visible,.athlete-section--muted .athlete-equipment__cta a:focus-visible,.athlete-section--muted .athlete-packages__cta:focus-visible{outline:2px solid #ff6b2c;outline-offset:3px}.athlete-cta-group__phone{display:inline-flex;align-items:center;min-height:2.75rem;font-size:1.0625rem;font-weight:600;letter-spacing:.01em;color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb,currentColor 35%,transparent)}.athlete-cta-group__phone:hover{color:var(--rb-papaya);border-bottom-color:var(--rb-papaya)}.athlete-cta-group__phone:focus-visible{outline:2px solid var(--rb-papaya);outline-offset:3px}.athlete-hero{padding-top:calc(var(--rb-header-height) + clamp(1.5rem, 4vh, 2.5rem));padding-bottom:clamp(3.25rem,7vh,5rem);padding-left:var(--athlete-gutter);padding-right:var(--athlete-gutter);background-image:radial-gradient(ellipse 60% 70% at 88% 40%,rgb(232 90 26/.07),transparent 58%)}.athlete-hero__heading{margin:var(--rb-space-3) 0 0;max-width:22ch;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:600;line-height:1.25;letter-spacing:-.02em}.athlete-hero__heading,.athlete-section--dark .athlete-heading,.athlete-section--final .athlete-heading{color:var(--rb-text-primary)}.athlete-hero__inner{display:grid;gap:var(--rb-space-8);align-items:center;min-width:0}.athlete-hero__actions,.athlete-hero__copy,.athlete-hero__media{min-width:0}.athlete-hero__model{margin:var(--rb-space-3) 0 0;font-size:clamp(2.5rem,6vw,4rem);font-weight:600;letter-spacing:.04em;line-height:1}.athlete-hero__facts{display:flex;flex-wrap:wrap;gap:var(--rb-space-2) var(--rb-space-4);margin-top:var(--rb-space-5)}.athlete-hero__fact{position:relative;padding-left:.85rem;font-size:1.0625rem;line-height:1.45;color:#e4e7ec}.athlete-hero__fact:before{content:"";position:absolute;left:0;top:.45em;width:.35rem;height:.35rem;border-radius:50%;background:var(--rb-papaya)}.athlete-hero__price{display:flex;flex-direction:column;gap:.35rem;margin:var(--rb-space-5) 0 0;max-width:28rem}.athlete-hero__price-from{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:#ffffff}.athlete-hero__price-hint{font-size:.9375rem;line-height:1.45;color:#c4c9d1}.athlete-hero__actions .athlete-cta-group{margin-top:0}.athlete-hero .athlete-cta-group--equal .athlete-cta-group__secondary{background:#ffffff!important;color:#171717!important;border:0!important;box-shadow:0 4px 14px rgb(0 0 0/.18),0 0 0 1px color-mix(in srgb,#ff6b2c 55%,transparent)}.athlete-hero .athlete-cta-group--equal .athlete-cta-group__secondary:hover{background:#ffffff!important;color:#171717!important;box-shadow:0 6px 18px rgb(0 0 0/.22),0 0 0 1px color-mix(in srgb,#ff6b2c 68%,transparent)}.athlete-hero__media .athlete-media{border-radius:0}@media (min-width:64rem){.athlete-hero__inner{grid-template-columns:minmax(0,.95fr) minmax(0,1.15fr);gap:var(--rb-space-10)}.athlete-hero__copy{grid-column:1;grid-row:1}.athlete-hero__actions{grid-column:1;grid-row:2;align-self:start}.athlete-hero__media{grid-column:2;grid-row:1/span 2}}@media (max-width:63.99rem){.athlete-hero__copy{order:0}.athlete-hero__media{order:1}.athlete-hero__actions{order:2}.athlete-hero__actions .athlete-cta-group{max-width:none}}.athlete-audience{display:grid;gap:clamp(1.75rem,4vh,2.5rem)}.athlete-audience__title{margin:var(--rb-space-4) 0 0}.athlete-audience__desc{margin:var(--rb-space-2) 0 0;max-width:36rem;font-size:1.0625rem;line-height:1.55;color:color-mix(in srgb,var(--athlete-ink) 88%,transparent)}.athlete-audience__note{margin-top:clamp(1.75rem,3vh,2.5rem);max-width:40rem;font-size:1rem;color:color-mix(in srgb,var(--athlete-ink) 84%,transparent)}@media (min-width:64rem){.athlete-audience{grid-template-columns:1fr 1fr;gap:var(--rb-space-8) var(--rb-space-6)}}.athlete-action--desktop{display:none}.athlete-action--mobile{display:grid;gap:var(--rb-space-6)}.athlete-action__card-title{margin:var(--rb-space-3) 0 0}.athlete-action__card-short{margin:var(--rb-space-1) 0 0;color:#c8ced6}.athlete-action__link-wrap{margin-top:var(--rb-space-6)}.athlete-action__switchers{display:grid;gap:var(--rb-space-2);margin-top:var(--rb-space-4)}.athlete-action__switch{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;width:100%;padding:var(--rb-space-3) var(--rb-space-4);text-align:left;color:#e4e7ec;background:color-mix(in srgb,var(--rb-bg-secondary) 88%,#fff);border:1px solid color-mix(in srgb,var(--rb-text-primary) 16%,transparent);border-radius:var(--rb-radius-md,.5rem);cursor:pointer;transition:border-color .16s ease,color .16s ease,background-color .16s ease}.athlete-action__switch:focus-visible,.athlete-action__switch:hover{border-color:color-mix(in srgb,var(--rb-text-primary) 32%,transparent);color:var(--rb-text-primary)}.athlete-action__switch:focus-visible{outline:2px solid var(--rb-papaya);outline-offset:2px}.athlete-action__switch.is-active{color:var(--rb-text-primary);border-color:var(--rb-papaya);background:color-mix(in srgb,var(--rb-papaya) 14%,var(--rb-bg-secondary))}.athlete-action__switch-title{font-size:1.0625rem;font-weight:600}.athlete-action__switch-short{font-size:.9375rem;color:#c8ced6;opacity:1}@media (min-width:64rem){.athlete-action--mobile{display:none}.athlete-action--desktop{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(14rem,.7fr);gap:var(--rb-space-5);align-items:start}.athlete-action__switchers{margin-top:0}}.athlete-why__featured{display:grid;gap:var(--rb-space-5);margin-bottom:clamp(2rem,4vh,3rem)}.athlete-why__feature{padding-bottom:var(--rb-space-5);border-bottom:1px solid var(--athlete-line)}.athlete-why__feature-title{margin:0;max-width:22rem}.athlete-why__feature-desc{margin:var(--rb-space-2) 0 0;max-width:40rem;font-size:1.125rem;line-height:1.55;color:var(--athlete-ink-soft)}.athlete-why__rest{display:grid;gap:var(--rb-space-4)}.athlete-why__compact-title{margin:0}.athlete-why__compact-desc{margin:.35rem 0 0;font-size:1rem;line-height:1.5;color:var(--athlete-ink-soft)}.athlete-why__cta{margin-top:clamp(2rem,4vh,3rem)}.athlete-why__trust{margin-top:var(--rb-space-5)}@media (min-width:64rem){.athlete-why__featured{grid-template-columns:repeat(3,1fr);gap:var(--rb-space-6)}.athlete-why__feature{padding-bottom:0;border-bottom:none;border-right:1px solid var(--athlete-line);padding-right:var(--rb-space-5)}.athlete-why__feature:last-child{border-right:none;padding-right:0}.athlete-why__rest{grid-template-columns:repeat(2,1fr);gap:var(--rb-space-5) var(--rb-space-6);padding-top:var(--rb-space-6);border-top:1px solid var(--athlete-line)}}.athlete-engineering{display:grid;gap:var(--rb-space-6)}.athlete-engineering__title{margin:var(--rb-space-3) 0 0}.athlete-engineering__benefit,.athlete-engineering__installed{margin:var(--rb-space-2) 0 0;font-size:1.0625rem;line-height:1.55;color:color-mix(in srgb,var(--athlete-ink) 88%,transparent)}.athlete-engineering__label{font-weight:600;color:var(--athlete-ink)}.athlete-engineering__more{margin-top:var(--rb-space-6)}@media (min-width:64rem){.athlete-engineering{grid-template-columns:repeat(3,1fr);gap:var(--rb-space-6)}}.athlete-specs{margin-top:clamp(2rem,4vh,3rem);padding:var(--rb-space-4);background:var(--athlete-card);border:1px solid var(--athlete-line)}.athlete-specs__summary{cursor:pointer;font-size:1.125rem;font-weight:600;list-style:none}.athlete-specs__summary::-webkit-details-marker{display:none}.athlete-specs__note{margin:var(--rb-space-3) 0;font-size:.9375rem;color:var(--athlete-ink-soft)}.athlete-specs__table{width:100%;border-collapse:collapse;font-size:1rem}.athlete-specs__table td,.athlete-specs__table th{padding:.65rem 0;border-top:1px solid var(--athlete-line);text-align:left;vertical-align:top}.athlete-specs__table th{width:42%;font-weight:600;padding-right:var(--rb-space-4)}.athlete-packages{display:grid;gap:var(--rb-space-5)}.athlete-packages__card{display:flex;flex-direction:column;gap:var(--rb-space-3);padding:var(--rb-space-5);background:var(--athlete-card);border:1px solid var(--athlete-line)}.athlete-packages__name{margin:0;color:var(--rb-papaya)!important}.athlete-packages__for{margin:0;font-size:1.0625rem;color:var(--athlete-ink-soft)}.athlete-packages__price-from{margin:0;font-size:1.0625rem;font-weight:700;letter-spacing:-.02em;color:var(--athlete-ink)}.athlete-packages__list{margin:0;padding-left:1.15rem;color:var(--athlete-ink-soft);line-height:1.5}.athlete-packages__saving{margin:0;font-size:.9375rem;color:var(--rb-text-muted)}.athlete-packages__cta{margin-top:auto;width:100%}.athlete-packages__compare-note,.athlete-packages__price-note{margin-top:var(--rb-space-4);font-size:.9375rem;color:var(--athlete-ink-soft)}@media (min-width:64rem){.athlete-packages{grid-template-columns:repeat(3,1fr);align-items:stretch}}.athlete-equipment{display:grid;gap:0;border-top:1px solid var(--athlete-line)}.athlete-equipment__item{padding-block:var(--rb-space-4);border-bottom:1px solid var(--athlete-line)}.athlete-equipment__title{margin:0}.athlete-equipment__desc{margin:var(--rb-space-2) 0 0;max-width:40rem;color:var(--athlete-ink-soft);font-size:1.0625rem;line-height:1.5}.athlete-equipment__cta{margin-top:var(--rb-space-6)}.athlete-equipment__cta a{width:100%;max-width:22rem}.athlete-gallery{display:grid;gap:var(--rb-space-4)}.athlete-gallery__item{position:relative;display:block;width:100%;padding:0;border:0;background:transparent;cursor:pointer;text-align:left}.athlete-gallery__item .athlete-media{aspect-ratio:4/3!important;overflow:hidden}.athlete-gallery__item--featured .athlete-media{aspect-ratio:3/2!important}.athlete-gallery__item:focus-visible{outline:2px solid var(--rb-papaya);outline-offset:3px}.athlete-gallery__item--featured,.athlete-gallery__item--video{grid-column:1/-1}.athlete-gallery__badge{position:absolute;left:var(--rb-space-3);bottom:var(--rb-space-3);padding:.35rem .65rem;font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--rb-text-primary);background:rgb(12 14 16/.72)}@media (min-width:48rem){.athlete-gallery{grid-template-columns:1.35fr 1fr;align-items:stretch}.athlete-gallery__item--featured{grid-column:1;grid-row:span 2;display:flex;flex-direction:column}.athlete-gallery__item--featured .athlete-media{aspect-ratio:auto!important;flex:1 1 auto;min-height:0;height:100%}}@media (min-width:64rem){.athlete-gallery{grid-template-columns:1.4fr 1fr 1fr}}.athlete-lightbox{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:var(--rb-space-4)}.athlete-lightbox__backdrop{position:absolute;inset:0;border:0;background:rgb(8 10 12/.82);cursor:pointer}.athlete-lightbox__panel{position:relative;z-index:1;width:min(100%,56rem);display:flex;flex-direction:column;gap:var(--rb-space-3)}.athlete-lightbox__media{width:100%}.athlete-lightbox__caption{margin:0;color:var(--rb-text-secondary);text-align:center}.athlete-lightbox__controls{display:flex;justify-content:center;gap:var(--rb-space-3);flex-wrap:wrap}.athlete-lightbox__controls button{min-height:2.75rem;min-width:5.5rem;padding:.5rem 1rem;font-size:1rem;font-weight:600;color:var(--rb-text-primary);background:var(--rb-bg-elevated);border:1px solid var(--rb-border-strong);border-radius:var(--rb-radius-md,.5rem);cursor:pointer}.athlete-lightbox__controls button:focus-visible{outline:2px solid var(--rb-papaya);outline-offset:2px}.athlete-faq{border-top:1px solid var(--athlete-line)}.athlete-faq__item{border-bottom:1px solid var(--athlete-line)}.athlete-faq__trigger{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--rb-space-4);width:100%;padding-block:1.15rem;cursor:pointer;list-style:none;font-size:1.125rem;font-weight:600;line-height:1.35;color:var(--athlete-ink)}.athlete-faq__trigger::-webkit-details-marker{display:none}.athlete-faq__trigger:focus-visible{outline:2px solid var(--rb-papaya);outline-offset:3px}.athlete-faq__icon{flex-shrink:0;font-size:1.35rem;line-height:1;color:var(--rb-papaya)}.athlete-faq__item[open] .athlete-faq__icon{transform:rotate(45deg)}.athlete-faq__answer{margin:0 0 1.15rem;max-width:40rem;font-size:1.0625rem;line-height:1.55;color:var(--athlete-ink-soft)}.athlete-faq__more{margin-top:var(--rb-space-6)}.athlete-section--final{background-image:radial-gradient(ellipse 50% 60% at 20% 80%,rgb(232 90 26/.06),transparent 55%)}.athlete-final__paths{display:grid;gap:var(--rb-space-4);margin-bottom:var(--rb-space-6)}.athlete-final__path{padding:var(--rb-space-4);border:1px solid var(--rb-border-default);background:var(--rb-bg-secondary)}.athlete-final__path-title{margin:0}.athlete-final__path-desc{margin:var(--rb-space-2) 0 0;color:var(--rb-text-secondary)}.athlete-final__actions{display:flex;flex-direction:column;gap:var(--rb-space-4);align-items:flex-start;margin-bottom:var(--rb-space-8)}.athlete-final__phone{display:flex;flex-direction:column;gap:.15rem;text-decoration:none;color:inherit}.athlete-final__phone-label{font-size:.875rem;color:var(--rb-text-muted)}.athlete-final__phone-number{font-size:clamp(1.5rem,4vw,2rem);font-weight:600;letter-spacing:.01em;border-bottom:2px solid var(--rb-papaya)}.athlete-final__phone:focus-visible{outline:2px solid var(--rb-papaya);outline-offset:4px}.athlete-final__owner-link{padding:0;border:0;background:transparent;color:#c8ced6;font-size:1rem;text-decoration:underline;text-underline-offset:.18em;cursor:pointer}.athlete-final__owner-link:hover{color:var(--rb-papaya)}@media (min-width:48rem){.athlete-final__paths{grid-template-columns:1fr 1fr}.athlete-final__actions{flex-direction:row;flex-wrap:wrap;align-items:center}}.athlete-lead-form{max-width:28rem;padding:var(--rb-space-5);background:var(--rb-bg-secondary);border:1px solid var(--rb-border-default)}.athlete-lead-form__title{margin:0}.athlete-lead-form__label{display:block;margin-bottom:.35rem;font-size:.9875rem;font-weight:500;color:#e4e7ec}.athlete-lead-form__note{margin:var(--rb-space-2) 0 var(--rb-space-4);color:#c8ced6;font-size:.9875rem;line-height:1.5}.athlete-lead-form__row{margin-bottom:var(--rb-space-3)}.athlete-lead-form__input{width:100%;min-height:2.75rem;padding:.55rem .75rem;font:inherit;color:var(--rb-text-primary);background:var(--rb-bg-card);border:1px solid var(--rb-border-default);border-radius:var(--rb-radius-md,.5rem)}.athlete-lead-form__input:focus-visible{outline:2px solid var(--rb-papaya);outline-offset:1px}.athlete-lead-form__consent{display:flex;gap:var(--rb-space-2);align-items:flex-start;margin:var(--rb-space-3) 0;font-size:.9875rem;line-height:1.45;color:#c8ced6}.athlete-lead-form__consent input{margin-top:.2rem;width:1.15rem;height:1.15rem;flex-shrink:0}.athlete-lead-form__error{margin:.35rem 0 0;font-size:.875rem;color:var(--rb-state-error,#c45c5c)}.athlete-lead-form__submit{width:100%;border-color:var(--rb-papaya)!important;color:var(--rb-text-primary)!important;background:transparent!important}.athlete-lead-form__submit:hover{background:color-mix(in srgb,var(--rb-papaya) 12%,transparent)!important;border-color:var(--rb-papaya-hover,var(--rb-papaya))!important}.athlete-lead-form__hint,.athlete-lead-form__success{margin:var(--rb-space-3) 0 0;font-size:.9375rem;line-height:1.5;color:var(--rb-text-secondary)}.athlete-lead-form__hint a,.athlete-lead-form__success a{color:inherit;text-decoration:underline;text-underline-offset:.15em}.athlete-sticky-call{position:fixed;right:max(.75rem,env(safe-area-inset-right));bottom:var(--athlete-sticky-offset);z-index:40;max-width:calc(100vw - 1.5rem);white-space:nowrap;box-shadow:0 4px 14px rgb(0 0 0/.12),0 2px 8px color-mix(in srgb,var(--rb-papaya) 18%,transparent);opacity:0;pointer-events:none;transform:translateY(.5rem);transition:opacity var(--rb-duration-base) var(--rb-ease-default),transform var(--rb-duration-base) var(--rb-ease-default),background-color var(--rb-duration-base) var(--rb-ease-default),box-shadow var(--rb-duration-base) var(--rb-ease-default)}.athlete-sticky-call--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.athlete-sticky-call:hover{box-shadow:0 6px 18px rgb(0 0 0/.14),0 3px 10px color-mix(in srgb,var(--rb-papaya) 24%,transparent)}.athlete-sticky-call--visible:active{transform:scale(.98);box-shadow:0 2px 8px rgb(0 0 0/.1),0 1px 4px color-mix(in srgb,var(--rb-papaya) 14%,transparent)}.athlete-sticky-call__label,.athlete-sticky-call__phone,.athlete-sticky-call__sep{font:inherit;letter-spacing:inherit;text-transform:none;opacity:1}.athlete-sticky-call__sep{opacity:.7}.athlete-sticky-call:focus-visible{outline:2px solid var(--rb-papaya);outline-offset:2px}@media (prefers-reduced-motion:reduce){.athlete-action__switch,.athlete-faq__icon,.athlete-sticky-call{transition:none}.athlete-sticky-call--visible:active{transform:none}}@media (min-width:64rem){.athlete-page{padding-bottom:0}.athlete-sticky-call{right:max(1.25rem,env(safe-area-inset-right));bottom:max(1.25rem,env(safe-area-inset-bottom))}}