@import "https://fonts.googleapis.com/css2?family=Archivo:wght@600;700;800;900&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap";:root{--font-body:"IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading:"Archivo", "IBM Plex Sans", system-ui, sans-serif;--font-mono:"Roboto Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;--bg:#050605;--panel:#0b0d0b;--panel-soft:#11130f;--panel-warm:#15120e;--border:#ffffff1a;--border-strong:#ffffff2e;--text:#f4efe6;--muted:#aaa295;--dim:#6f675d;--accent:#c86a2d;--accent-soft:#e0a35c;--moss:#7d8768;--max:1160px;--measure:680px;--pad:clamp(18px, 4vw, 48px);--radius:6px;--hero-shift:0px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--page-bg:var(--bg);--surface-elevated:var(--panel);--surface-subtle:var(--panel-soft);--surface-warm:var(--panel-warm);--text-primary:var(--text);--text-secondary:var(--muted);--text-dim:var(--dim);--border-subtle:var(--border);--border-emphasis:var(--border-strong);--accent-primary:var(--accent);--accent-highlight:var(--accent-soft);--accent-moss:var(--moss);--text-on-accent:#140b06;--overlay-soft:#f4efe609;--overlay-medium:#050605b8;--overlay-strong:#050605f0;--header-surface:#050605d6;--footer-surface:#050605b8;--field-surface:#f4efe60b;--field-text:var(--text);--grid-line:#f4efe606;--grid-line-soft:#f4efe604;--shadow-soft:0 14px 36px #0000003d;--shadow-strong:0 22px 60px #0000007a}:root[data-theme=light]{--bg:#eee4d3;--panel:#f7f0e4;--panel-soft:#e6dac5;--panel-warm:#ead4b7;--border:#2b2a2229;--border-strong:#2b2a2247;--text:#272820;--muted:#5d5b4e;--dim:#777061;--accent:#a9481a;--accent-soft:#974018;--moss:#626d4f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--text-on-accent:#fff9ef;--overlay-soft:#2b2a220b;--overlay-medium:#272820ad;--overlay-strong:#272820e6;--header-surface:#f7f0e4e6;--footer-surface:#e6dac5c2;--field-surface:#fffcf6b8;--field-text:#272820;--grid-line:#2b2a220e;--grid-line-soft:#2b2a220a;--shadow-soft:0 14px 36px #493a271f;--shadow-strong:0 22px 60px #493a2733}*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth;background:var(--bg);width:100%;max-width:100%;overflow-x:hidden}body{background:linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line-soft) 1px, transparent 1px), var(--page-bg);width:100%;max-width:100%;color:var(--text);font-family:var(--font-body);background-size:72px 72px,72px 72px,auto;margin:0;font-size:16px;line-height:1.55;overflow-x:hidden}body:before{z-index:-1;pointer-events:none;content:"";opacity:.55;background:repeating-radial-gradient(at 18% 16%,#f4efe609 0 1px,#0000 1px 42px),repeating-radial-gradient(at 78% 72%,#c86a2d07 0 1px,#0000 1px 54px);position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 82%);mask-image:linear-gradient(#000,#0000 82%)}body.suc-modal-open{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,a,[role=button],[role=tab],input[type=button],input[type=submit],input[type=reset],summary{touch-action:manipulation}button,input,select,textarea{max-width:100%;font:inherit}button{font-family:var(--font-heading)}input,select,textarea{font-family:var(--font-body)}@media (width<=760px){input,select,textarea{font-size:max(16px,1rem)}}:focus-visible{outline:2px solid var(--accent-soft);outline-offset:4px}[id]{scroll-margin-top:92px}.skip-link{z-index:80;border:1px solid var(--border-strong);background:var(--text);color:var(--bg);padding:10px 14px;font-weight:900;position:fixed;top:12px;left:16px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:50;border-bottom:1px solid var(--border);background:var(--header-surface);padding:12px var(--pad);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);grid-template-columns:1fr auto;align-items:center;gap:12px;display:grid;position:sticky;top:0}.brand{width:fit-content;color:var(--text);font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:10px;font-size:.86rem;font-weight:950;line-height:1;display:inline-flex}.brand img{object-fit:contain;width:30px;height:30px}.nav-links,.site-footer nav{color:var(--muted);font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:6px 18px;font-size:.72rem;font-weight:850;line-height:1.15;display:flex}.nav-links{grid-column:1/-1;justify-content:space-between}.nav-links a,.site-footer nav a{border-bottom:1px solid #0000;padding-block:6px}.nav-links a:hover,.site-footer nav a:hover{border-color:var(--accent);color:var(--text)}.nav-cta,.button{border:1px solid var(--border-strong);border-radius:var(--radius);min-height:42px;color:var(--text);font-family:var(--font-heading);letter-spacing:.08em;text-align:center;text-transform:uppercase;justify-content:center;align-items:center;padding:12px 16px;font-size:.74rem;font-weight:900;line-height:1.1;transition:background .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.nav-cta{color:var(--accent-soft);border-color:#c86a2d9e;display:none}.site-header-actions{grid-area:1/2;justify-content:flex-end;align-items:center;gap:8px;display:flex}.theme-toggle{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--overlay-soft);width:42px;min-width:42px;height:42px;color:var(--text);cursor:pointer;place-items:center;transition:background .16s,border-color .16s,color .16s,transform .16s;display:inline-grid;position:relative}.theme-toggle:hover{border-color:color-mix(in srgb, var(--accent) 72%, transparent);background:color-mix(in srgb, var(--accent) 10%, transparent);color:var(--accent-soft);transform:translateY(-1px)}.theme-toggle:focus-visible{outline:2px solid var(--accent-soft);outline-offset:3px}.theme-toggle__icons,.theme-toggle__icon{width:20px;height:20px;display:block}.theme-toggle__icons{position:relative}.theme-toggle__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;transition:opacity .14s,transform .16s;position:absolute;inset:0}.theme-toggle__icon--sun{opacity:0;transform:rotate(-18deg)scale(.7)}.theme-toggle[data-theme=light] .theme-toggle__icon--moon{opacity:0;transform:rotate(18deg)scale(.7)}.theme-toggle[data-theme=light] .theme-toggle__icon--sun{opacity:1;transform:rotate(0)scale(1)}.nav-menu-toggle{display:none}.button-primary{background:var(--accent);color:var(--text-on-accent);border-color:#c86a2de6}.button-secondary{color:var(--text);background:#f4efe609}.button-text{min-height:auto;color:var(--muted);border:0;padding:0}.button:hover,.nav-cta:hover{transform:translateY(-1px)}.button-primary:hover{background:var(--accent-soft)}.button-secondary:hover,.nav-cta:hover{color:var(--text);background:#c86a2d1a;border-color:#c86a2db8}.suc-homepage,.coach-page{overflow-x:clip}.hero,.section-block,.final-cta,.site-footer{padding-inline:var(--pad)}.hero{isolation:isolate;border-bottom:1px solid var(--border);background:linear-gradient(90deg, #050605fa 0%, #050605e6 34%, #0506058f 68%, #050605db 100%), linear-gradient(180deg, #0506052e, #050605f5), url(/assets/img-2281-first-photo-Cf894QdA.jpg) center calc(44% + var(--hero-shift)) / cover no-repeat;align-items:end;min-height:calc(88svh - 94px);display:grid;position:relative}.hero:after{z-index:-1;pointer-events:none;content:"";background-color:#0000;background-image:linear-gradient(#f4efe608 1px,#0000 1px),linear-gradient(90deg,#f4efe606 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:48px 48px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 72%);mask-image:linear-gradient(#000 0%,#0000 72%)}.hero-shell{width:min(100%, var(--max));gap:clamp(28px,8vw,92px);margin-inline:auto;padding-block:clamp(66px,12vh,126px) clamp(34px,7vh,70px);display:grid}.hero-copy{width:min(100%,900px)}h1,h2,h3,p{margin-top:0}h1,h2,h3,.site-title,.section-title,.card-title,.stat-value{font-family:var(--font-heading);letter-spacing:0;text-transform:uppercase;text-wrap:balance;font-weight:950}h1{max-width:920px;margin-bottom:22px;font-size:clamp(2.65rem,10.8vw,6.2rem);line-height:.92}h1 span,h2 span{display:block}h2{margin-bottom:14px;font-size:clamp(1.85rem,3.2vw,2.65rem);line-height:.98}h3{margin-bottom:10px;font-size:clamp(1.12rem,2.2vw,1.45rem);line-height:1.03}.hero-copy p{max-width:560px;color:var(--muted);margin-bottom:0;font-size:clamp(1rem,2vw,1.1rem)}.team-suc-hero{background:#050605;border-bottom:0;min-height:calc(100svh - 99px);overflow:hidden}.team-suc-hero:before{z-index:-1;pointer-events:none;content:"";background:linear-gradient(90deg,#0506059e 0%,#05060529 55%,#05060514 100%),linear-gradient(#0506050f 0%,#0506051f 38%,#050605c7 66%,#050605fc 88%,#050605 100%);position:absolute;inset:0}.team-suc-hero__media{z-index:-2;background:#050605 url(/media/team-suc-hero-poster.webp) 50% 55%/cover no-repeat;position:absolute;inset:0}.team-suc-hero__media video{object-fit:cover;object-position:50% 55%;filter:saturate(.94)contrast(1.04);opacity:1;width:100%;height:100%;transition:opacity .18s}.team-suc-hero__media video.is-transitioning{opacity:0}.team-suc-hero[data-team-suc-hero-mode=image]{align-items:start}.team-suc-hero[data-team-suc-hero-mode=image]:before{background:linear-gradient(90deg,#0506058a 0%,#05060529 50%,#05060514 100%),linear-gradient(#0506051a 0%,#0506050f 40%,#0506059e 72%,#050605f5 93%,#050605 100%)}.team-suc-hero__media--image img{object-fit:cover;object-position:50% 64%;filter:saturate(.94)contrast(1.03);width:100%;height:100%;display:block}.team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__shell{padding-top:clamp(92px,16vh,170px);display:block}.team-suc-hero__shell{min-height:inherit;align-items:end;padding-block:clamp(130px,27vh,280px) clamp(44px,7vh,76px)}.team-suc-hero__copy{text-shadow:0 2px 20px #000000c2;gap:12px;width:min(100%,660px);display:grid}.team-suc-hero__copy h1{white-space:nowrap;max-width:none;margin-bottom:0;font-size:clamp(4rem,10vw,7.8rem)}.team-suc-hero__copy p{color:#e2dbcf}.team-suc-hero__actions{flex-wrap:wrap;align-items:center;gap:10px 20px;margin-top:8px;display:flex}.team-suc-hero__link{min-height:44px;font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #f4efe638;align-items:center;font-size:.68rem;font-weight:900;display:inline-flex}.team-suc-hero__link--tertiary{color:#c8c0b4;width:fit-content;font-family:var(--font-body);letter-spacing:0;text-transform:none;border-bottom:0;flex-basis:100%;font-size:.76rem;font-weight:600}.team-suc-hero__includes{color:#d7d0c5;flex-basis:100%;gap:2px;margin:-4px 0 0;padding:0;font-size:.74rem;font-weight:600;line-height:1.4;list-style:none;display:grid}.team-suc-hero__includes li:before{color:var(--accent-soft);content:"—";margin-right:8px}.rdl-feature{border-bottom:1px solid var(--border);background:linear-gradient(#050605,#0b0d0bf5);padding-block:clamp(40px,6vw,72px);position:relative}.rdl-feature__shell{width:min(100%, var(--max));gap:clamp(28px,6vw,80px);margin-inline:auto;display:grid}.rdl-feature__copy{gap:12px;max-width:720px;display:grid}.rdl-feature__copy h2,.rdl-feature__copy p{margin-bottom:0}.rdl-feature__copy>p:not(.section-label,.rdl-feature__support){color:var(--muted)}.rdl-feature__meta,.rdl-feature__countdown-time{font-family:var(--font-heading);text-transform:uppercase;flex-wrap:wrap;gap:6px 18px;font-weight:900;display:flex}.rdl-feature__meta{color:var(--text);letter-spacing:.09em;font-size:.68rem}.rdl-feature__copy .button{width:fit-content;margin-top:4px}.rdl-feature__support{color:var(--accent-soft);font-size:.78rem;font-weight:700}.rdl-feature__countdown{border-left:1px solid var(--border-strong);align-content:center;gap:7px;padding-left:clamp(20px,4vw,48px);display:grid}.rdl-feature__countdown-label,.rdl-feature__countdown small{color:var(--dim);font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;font-size:.58rem;font-weight:900}.rdl-feature__countdown-time{color:var(--text);letter-spacing:0;font-size:clamp(.9rem,1.7vw,1.25rem);line-height:1.1}@media (width>=761px){.rdl-feature__shell{grid-template-columns:minmax(0,1.6fr) minmax(260px,.8fr)}}@media (width<=760px){.team-suc-hero{min-height:calc(100svh - 91px)}.team-suc-hero:before{background:linear-gradient(#0506050a 0%,#0506051f 38%,#050605cc 66%,#050605fc 88%,#050605 100%)}.team-suc-hero__media,.team-suc-hero__media video{object-position:50% 50%;background-position:50% 100%}.team-suc-hero__media video{transform-origin:50% 100%;transform:scale(1.28)}.team-suc-hero__media{background-size:auto 128%}.team-suc-hero[data-team-suc-hero-mode=image]:before{background:linear-gradient(#0506054d 0%,#0506050f 38%,#05060575 70%,#050605e0 94%,#050605 100%)}.team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__media{background:#050605 0 0/cover}.team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__media img{object-position:50% 100%;transform:none}.team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__shell{padding-top:max(104px,14svh)}.team-suc-hero__shell{min-height:inherit;padding-block:max(150px, 24svh) max(18px, env(safe-area-inset-bottom));flex-direction:column;justify-content:flex-end;align-items:stretch;display:flex}.team-suc-hero__copy{gap:5px}.team-suc-hero__copy h1{white-space:normal;font-size:clamp(3.3rem,15.5vw,4.5rem)}.team-suc-hero__actions{gap:0;margin-top:5px;display:grid}.team-suc-hero__actions .button{width:100%;min-height:48px;margin-bottom:0}.team-suc-hero__link{border-bottom:0;width:fit-content}.team-suc-hero__includes{gap:1px;margin-top:-3px}.rdl-feature.section-block{padding-top:20px}.rdl-feature__countdown{border-top:1px solid var(--border);border-left:0;padding-top:20px;padding-left:0}}@media (prefers-reduced-motion:reduce){.team-suc-hero__media video{display:none}}@media (width>=761px){.suc-homepage .team-suc-hero{width:min(calc(100% - (var(--pad) * 2)), var(--max));height:clamp(520px,66svh,620px);min-height:0;margin:clamp(18px,2vw,32px) auto 0;padding-inline:clamp(24px,4vw,52px)}.suc-homepage .team-suc-hero__shell{min-height:100%;padding-block:clamp(34px,5vh,54px) clamp(24px,4vh,40px)}.suc-homepage .team-suc-hero__copy h1{font-size:clamp(3.6rem,7.2vw,6.35rem)}}.homepage-hero__shell{align-content:end;gap:clamp(18px,2.4vw,26px)}.homepage-hero__copy{gap:8px}.homepage-hero__copy>p:not(.section-label){max-width:610px}.homepage-hero__paths{background:#050605c2;border:1px solid #f4efe633;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.homepage-hero__path{grid-template-rows:auto auto 1fr auto;gap:5px;min-width:0;min-height:148px;padding:clamp(17px,2.2vw,24px);transition:background .16s,box-shadow .16s,transform .16s;display:grid}.homepage-hero__path+.homepage-hero__path{border-left:1px solid #f4efe633}.homepage-hero__path:hover,.homepage-hero__path:focus-visible{background:#c86a2d1a;transform:translateY(-2px);box-shadow:inset 0 2px #e0a35cc7}.homepage-hero__path:focus-visible{z-index:1;outline-offset:-3px;position:relative}.homepage-hero__path-eyebrow,.homepage-hero__path-cta{color:var(--accent-soft);font-family:var(--font-heading);letter-spacing:.09em;text-transform:uppercase;font-size:.62rem;font-weight:900;line-height:1.3}.homepage-hero__path-title{color:var(--text);font-family:var(--font-heading);text-transform:uppercase;font-size:clamp(1.15rem,2vw,1.45rem);font-weight:950;line-height:1}.homepage-hero__path-description{color:#c8c0b4;max-width:440px;font-size:.84rem;line-height:1.35}.homepage-hero__path-cta{min-height:44px;color:var(--text);align-items:end;gap:8px;display:flex}.homepage-hero__path-cta span{color:var(--accent-soft);font-size:1rem;transition:transform .16s}.homepage-hero__path:hover .homepage-hero__path-cta span,.homepage-hero__path:focus-visible .homepage-hero__path-cta span{transform:translate(3px)}@media (width<=760px){.hero.homepage-hero{min-height:calc(100svh - 85px)}.homepage-hero .homepage-hero__shell{min-height:inherit;padding-block:max(110px, 14svh) max(22px, env(safe-area-inset-bottom));gap:14px}.homepage-hero__copy{gap:6px}.homepage-hero .homepage-hero__copy h1{font-size:clamp(2.8rem,13vw,3.6rem);line-height:.9}.homepage-hero__paths{grid-template-columns:1fr}.homepage-hero__path{min-height:132px;padding:15px 16px 9px}.homepage-hero__path+.homepage-hero__path{border-top:1px solid #f4efe633;border-left:0}.homepage-hero__path-description{font-size:.8rem}.homepage-hero__path-cta{align-items:center}}.team-suc-hero[data-team-suc-hero-mode=image]{background:#050605;min-height:0;display:block;overflow:visible}.team-suc-hero[data-team-suc-hero-mode=image]:before{display:none}.team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__media{z-index:auto;width:min(100%, var(--max));aspect-ratio:auto;background:#050605;height:min(52vw,56svh,560px);margin-inline:auto;display:block;position:relative;inset:auto;overflow:hidden}.team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__media img{object-fit:cover;object-position:50% 60%;filter:none;width:100%;height:100%}.team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__media:after{pointer-events:none;content:"";background:linear-gradient(#0000,#050605);height:clamp(96px,18vw,260px);position:absolute;inset:auto 0 0}.team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__shell{min-height:0;padding-block:clamp(24px,3vw,38px) clamp(48px,7vw,88px);display:block}.team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__copy{text-shadow:none}.team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__link{font-size:.76rem}.team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__includes{font-size:.84rem;line-height:1.45}.team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__link--tertiary{font-size:.82rem}@media (width<=760px){.hero.team-suc-hero[data-team-suc-hero-mode=image]{min-height:0}.team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__media{width:calc(100% + (var(--pad) * 2));aspect-ratio:auto;height:96vw;min-height:0;margin-inline:calc(var(--pad) * -1);overflow:hidden}.team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__media img{object-fit:cover;object-position:center 74%;height:100%}.team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__shell{z-index:1;min-height:0;margin-top:-72px;padding-block:28px;position:relative}}.home-merch-strip{border-bottom:1px solid var(--border);background:linear-gradient(180deg, #080a08db, #11130fbd), var(--bg);padding-block:clamp(30px,5vw,56px) clamp(38px,6vw,68px)}.home-merch-shell{width:min(100%, var(--max));margin-inline:auto}.home-merch-heading{gap:6px;width:min(100%,720px);margin-bottom:clamp(18px,3vw,26px);display:grid}.home-merch-heading h2{margin-bottom:0}.home-merch-heading p:not(.section-label){max-width:560px;color:var(--muted);margin:0;font-weight:760}.home-merch-frame{min-width:0;display:grid;position:relative}.home-merch-carousel{overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none;align-items:end;gap:clamp(10px,1.8vw,16px);padding-block:3px 16px;padding-inline:1px;scroll-padding-inline:1px;display:flex;overflow-x:auto}.home-merch-carousel::-webkit-scrollbar{display:none}.home-merch-arrow{z-index:4;background:linear-gradient(180deg, #121410f0, #050605e6), var(--panel);width:44px;height:44px;color:var(--text);cursor:pointer;font-family:var(--font-heading);border:1px solid #f4efe624;border-radius:999px;place-items:center;font-size:1rem;font-weight:950;line-height:1;transition:border-color .16s,color .16s,opacity .16s,transform .16s;display:inline-grid;position:absolute;top:50%;transform:translateY(-50%)}.home-merch-arrow--prev{left:-22px}.home-merch-arrow--next{right:-22px}.home-merch-arrow:hover,.home-merch-arrow:focus-visible{color:var(--accent-soft);border-color:#e0a35cb8;outline:none;transform:translateY(-50%)scale(1.04)}.home-merch-arrow:disabled{opacity:.38;pointer-events:none}.home-merch-tile{border-radius:var(--radius);min-width:0;min-height:clamp(220px,25vw,286px);color:inherit;text-align:center;scroll-snap-align:start;background:linear-gradient(#f4efe60a,#f4efe603),#05060585;border:1px solid #f4efe614;flex:0 0 clamp(220px,30%,320px);align-content:end;justify-items:center;gap:8px;padding:clamp(8px,1.4vw,14px);text-decoration:none;transition:border-color .16s,background .16s,box-shadow .16s,transform .16s;display:grid;position:relative;overflow:hidden;transform:translateY(0);box-shadow:inset 0 1px #f4efe60a,0 16px 44px #0003}.home-merch-tile:after{content:"";opacity:.68;pointer-events:none;background:radial-gradient(#00000070,#0000 70%);border-radius:50%;height:11px;position:absolute;bottom:clamp(62px,7.2vw,82px);left:17%;right:17%}.home-merch-tile:hover,.home-merch-tile:focus-visible{background:linear-gradient(#e0a35c12,#f4efe603),#070807a3;border-color:#e0a35c57;outline:none;transform:translateY(-3px);box-shadow:inset 0 1px #f4efe60f,0 18px 46px #0000003d}.home-merch-tile:focus-visible{box-shadow:inset 0 0 0 2px #e0a35cb8,0 18px 46px #0000003d}.home-merch-product-link{color:inherit;text-decoration:none;display:contents}.home-merch-tile:has(a:focus-visible,button:focus-visible){border-color:#e0a35cb8;outline:none;box-shadow:inset 0 0 0 2px #e0a35cb8,0 18px 46px #0000003d}.home-merch-image{z-index:1;place-items:end center;width:min(100%,172px);min-width:0;height:clamp(132px,17vw,176px);animation:5.8s ease-in-out infinite home-merch-float;display:grid;position:relative}.home-merch-tile--heather .home-merch-image{height:clamp(130px,16.5vw,172px);animation-delay:-1.6s}.home-merch-tile--boa .home-merch-image{height:clamp(128px,16.5vw,174px);animation-delay:-3.1s}.home-merch-image img{object-fit:contain;object-position:center bottom;filter:drop-shadow(0 18px 22px #0000005c)drop-shadow(0 0 18px #f4efe60b);transform-origin:50% 84%;width:100%;height:100%;transition:filter .16s,transform .16s}.home-merch-tile--olive .home-merch-image img{transform:translateY(-10px)rotate(-1deg)scale(1.04)}.home-merch-tile--heather .home-merch-image img{transform:translateY(-8px)rotate(1deg)scale(1.03)}.home-merch-tile--boa .home-merch-image img{transform:translateY(8px)scale(1.08)}.home-merch-tile:hover .home-merch-image img,.home-merch-tile:focus-visible .home-merch-image img{filter:drop-shadow(0 22px 26px #0000006b)drop-shadow(0 0 20px #e0a35c1a)}.home-merch-info{z-index:2;justify-items:center;gap:5px;width:100%;min-width:0;display:grid;position:relative}.home-merch-info>strong{max-width:100%;min-height:24px;color:var(--text);font-family:var(--font-heading);letter-spacing:.02em;text-transform:uppercase;background:#05060580;border:1px solid #f4efe617;border-radius:999px;place-items:center;padding:5px 9px 4px;font-size:clamp(.58rem,1.05vw,.68rem);font-weight:950;line-height:1.08;display:inline-grid}.home-merch-pill,.home-merch-action{font-family:var(--font-heading);text-transform:uppercase;border-radius:999px;place-items:center;line-height:1;display:inline-grid}.home-merch-pill{color:#f7ddbd;letter-spacing:.08em;background:#0506057a;border:1px solid #f4efe621;min-height:24px;padding:6px 9px 5px;font-size:.58rem;font-weight:950}.home-merch-action{color:#e0a35ce0;letter-spacing:.08em;background:#e0a35c17;border:1px solid #e0a35c47;min-height:22px;padding:5px 8px;font-size:.56rem;font-weight:950}@keyframes home-merch-float{0%,to{translate:0}50%{translate:0 -5px}}@media (width<=760px){.home-merch-strip{padding-block:28px 40px}.home-merch-heading{margin-bottom:14px}.home-merch-carousel{gap:10px;padding-block:2px 12px;padding-inline:1px}.home-merch-arrow{width:38px;height:38px;font-size:.88rem}.home-merch-arrow--prev{left:4px}.home-merch-arrow--next{right:4px}.home-merch-tile{flex-basis:clamp(180px,52vw,220px);min-height:220px;padding:8px 7px 9px}.home-merch-tile:after{height:9px;bottom:58px}.home-merch-image,.home-merch-tile--heather .home-merch-image,.home-merch-tile--boa .home-merch-image{width:min(100%,156px);height:clamp(118px,34vw,146px)}.home-merch-info>strong{min-height:30px;padding-inline:8px;font-size:.62rem;line-height:1.12}.home-merch-pill,.home-merch-action{letter-spacing:.06em;min-height:21px;font-size:.5rem}}.cta-row{flex-wrap:wrap;gap:10px;margin-top:26px;display:flex}.cta-row.compact{margin-top:0}.section-label,.suc-runs-kicker,.suc-run-status,.suc-run-card__crew,.suc-run-card__date,.suc-runs-map-label,.suc-gpx-eyebrow,.path-label,.info-card span{color:var(--accent-soft);font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:900;line-height:1.15}.section-block{padding-block:clamp(58px,9vw,104px)}.section-heading{width:min(100%, var(--measure));margin-bottom:clamp(22px,4vw,34px)}.section-heading p:not(.section-label),.info-card p,.path-card p,.suc-next-run-card p,.suc-run-card p,.suc-runs-empty p,.suc-runs-error p,.suc-runs-loading p,.suc-runs-map-fallback p,.final-cta p,.site-footer p{color:var(--muted)}.section-label{margin:0 0 12px}.card-grid{width:min(100%, var(--max));gap:12px;margin-inline:auto;display:grid}.info-card,.path-card,.suc-next-run-card,.suc-runs-map-panel,.suc-run-card,.suc-gpx-card,.suc-runs-loading,.suc-runs-empty,.suc-runs-error{border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(160deg, #ffffff09, transparent 48%), var(--panel);box-shadow:inset 0 1px #ffffff0a}.info-card{min-height:180px;padding:22px}.info-card h3{margin-top:28px}.info-card p,.path-card p{margin-bottom:0}.suc-upcoming-runs{border-block:1px solid var(--border);background:radial-gradient(circle at 80% 20%, #c86a2d1f, transparent 28%), linear-gradient(135deg, #7d87681f, transparent 34%), var(--panel)}.suc-runs-shell{width:min(100%, var(--max));margin-inline:auto}.suc-runs-heading{max-width:640px}.suc-runs-state{min-width:0;overflow:visible}.suc-run-carousel{--suc-run-card-width:min(82vw, 360px);gap:10px;min-width:0;display:grid;position:relative}.suc-run-carousel__controls{inset-block:0 3px;z-index:6;width:min(100%, calc(var(--suc-run-card-width) + 96px));pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:absolute;left:50%;transform:translate(-50%)}.suc-run-carousel__button{border:1px solid var(--border-strong);border-radius:var(--radius);width:36px;min-height:36px;color:var(--text);cursor:pointer;pointer-events:auto;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#f4efe614,#f4efe609),#050605c7;place-items:center;padding:0;font-size:.9rem;font-weight:950;line-height:1;transition:background .16s,border-color .16s,color .16s,opacity .16s;display:inline-grid;box-shadow:0 12px 28px #00000042}.suc-run-carousel__button:hover{color:var(--accent-soft);background:#c86a2d1f;border-color:#c86a2db8}.suc-run-carousel__button:disabled{cursor:default;opacity:.32}.suc-run-carousel__track{grid-auto-columns:var(--suc-run-card-width);overscroll-behavior-x:contain;min-width:0;padding:0 max(0px, calc((100% - var(--suc-run-card-width)) / 2)) 3px;scroll-padding-inline:max(0px, calc((100% - var(--suc-run-card-width)) / 2));scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;grid-auto-flow:column;gap:12px;display:grid;overflow-x:auto}.suc-run-carousel__track::-webkit-scrollbar{display:none}.suc-runs-feature{gap:12px;display:grid}.suc-next-run-card{align-content:start;gap:12px;min-width:0;padding:clamp(18px,3vw,24px);display:grid}.suc-next-run-card h3,.suc-runs-empty h3,.suc-runs-error h3{margin-bottom:0;font-size:clamp(1.5rem,4vw,2.2rem);line-height:.96}.suc-next-run-details{gap:3px;min-width:0;display:grid}.suc-next-run-time,.suc-next-run-location{margin:0;line-height:1.25}.suc-next-run-card .suc-next-run-time,.suc-run-card .suc-run-card__meta{color:var(--dim);letter-spacing:.09em;text-transform:uppercase;font-size:.68rem;font-weight:900;line-height:1.1}.suc-next-run-card .suc-next-run-location{min-width:0;color:var(--text);overflow-wrap:anywhere;font-weight:850}.suc-next-run-card .suc-next-run-location a{border-bottom:1px solid #e0a35c6b}.suc-route-chip-row{flex-wrap:wrap;gap:6px;min-width:0;display:flex}.suc-route-chip{min-height:25px;color:var(--text);letter-spacing:.08em;text-transform:uppercase;overflow-wrap:anywhere;background:#f4efe60e;border:1px solid #ffffff24;border-radius:999px;align-items:center;padding:6px 9px;font-size:.62rem;font-weight:900;line-height:1.08;display:inline-flex}.suc-route-chip--med{background:#e0a35c1a;border-color:#e0a35c94}.suc-route-chip--lrg{background:#7d876821;border-color:#7d8768a8}.suc-route-chip--xl{background:#c86a2d24;border-color:#c86a2dad}.suc-route-chip--xxl{background:#f4efe61a;border-color:#f4efe66b}.suc-run-tier-row{scrollbar-width:none;white-space:nowrap;align-items:center;gap:8px;min-width:0;display:flex;overflow:auto hidden}.suc-run-tier-row::-webkit-scrollbar{display:none}.suc-run-tier-pill{color:var(--text);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;flex:none;align-items:center;font-size:.62rem;font-weight:950;line-height:1;display:inline-flex}.suc-run-tier-pill:not(:last-child):after{content:"";background:#e0a35cbd;border-radius:999px;width:3px;height:3px;margin-left:8px}.suc-run-tier-pill.suc-route-chip--med,.suc-run-tier-pill.suc-route-chip--lrg,.suc-run-tier-pill.suc-route-chip--xl,.suc-run-tier-pill.suc-route-chip--xxl{background:0 0}.suc-run-tier-pill.suc-route-chip--med,.suc-run-tier-pill.suc-route-chip--xl{color:var(--accent-soft)}.suc-run-tier-pill.suc-route-chip--lrg,.suc-run-tier-pill.suc-route-chip--xxl{color:var(--text)}.suc-runs-map-panel{background:linear-gradient(#05060505,#05060557),#070807;min-height:240px;position:relative;overflow:hidden}.suc-runs-map-panel:after{z-index:2;pointer-events:none;content:"";background:linear-gradient(#05060529,#0000 48%,#0506054d),radial-gradient(circle at 74% 24%,#c86a2d14,#0000 30%);position:absolute;inset:0}.suc-runs-map{z-index:1;min-height:100%;position:absolute;inset:0}.suc-runs-map[hidden]{display:none}.suc-runs-map .maplibregl-canvas{outline:none}.suc-runs-map .maplibregl-ctrl-attrib{color:#f4efe694;background:#050605b8;font-size:.58rem}.suc-runs-map-hud{z-index:3;border:1px solid var(--border);border-radius:var(--radius);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#050605b8;flex-wrap:wrap;align-items:center;gap:7px;width:min(360px,100% - 24px);padding:8px;display:flex;position:absolute;top:12px;left:12px}.suc-runs-map-hud .suc-runs-map-label{margin:0}.suc-runs-map-fallback{z-index:3;background:linear-gradient(#05060505,#05060585),repeating-linear-gradient(0deg,#f4efe60d 0 1px,#0000 1px 46px),repeating-linear-gradient(90deg,#f4efe609 0 1px,#0000 1px 58px),#080908;align-items:end;padding:14px;display:grid;position:absolute;inset:0}.suc-map-fallback-route{border:1px solid #c86a2d57;border-radius:48% 42% 54% 38%;position:absolute;inset:18% 8%;transform:rotate(-8deg)}.suc-map-fallback-route:before,.suc-map-fallback-route:after,.suc-map-fallback-route span{border-radius:inherit;content:"";border:1px solid #f4efe61f;position:absolute}.suc-map-fallback-route:before{inset:10%}.suc-map-fallback-route:after{inset:22%}.suc-map-fallback-route span:first-child{inset:34%}.suc-map-fallback-route span:nth-child(2){border-color:var(--accent);background:var(--bg);border-radius:999px;width:11px;height:11px;top:18%;left:18%}.suc-map-fallback-route span:nth-child(3){border-color:#7d876880;width:48%;bottom:24%;right:26%}.suc-map-fallback-copy{z-index:1;gap:8px;max-width:360px;display:grid;position:relative}.suc-map-fallback-copy p{margin-bottom:0}.suc-runs-grid{gap:12px;margin-top:12px;display:grid}.suc-run-card{scroll-snap-align:center;scroll-snap-stop:always;grid-template-rows:minmax(342px,1fr);align-content:stretch;gap:0;min-width:0;min-height:362px;padding:10px;display:grid}.suc-run-card__top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;min-width:0;display:flex}.suc-run-status,.suc-run-card__crew{min-height:24px;color:var(--muted);letter-spacing:.09em;white-space:nowrap;background:#f4efe60b;border:1px solid #ffffff1f;border-radius:999px;align-items:center;padding:6px 8px;font-size:.58rem;display:inline-flex}.suc-run-status--today,.suc-run-status--upcoming{color:var(--accent-soft);background:#c86a2d1a;border-color:#c86a2d73}.suc-run-card__crew{max-width:100%;color:var(--dim);text-overflow:ellipsis;overflow:hidden}.suc-run-card__body{align-content:start;gap:10px;min-width:0;display:grid}.suc-run-card h3{margin-bottom:0;font-size:1.18rem;line-height:1.02}.suc-run-card__meta,.suc-run-card__date{margin:0}.suc-run-card .suc-next-run-details{gap:4px}.suc-run-card .suc-next-run-time{color:var(--dim);letter-spacing:.08em;text-transform:uppercase;font-size:.64rem;font-weight:900;line-height:1.1}.suc-run-card .suc-next-run-location{color:var(--text);overflow-wrap:anywhere;font-size:.86rem;font-weight:800;line-height:1.2}.suc-run-card .suc-next-run-location a{border-bottom:1px solid #e0a35c57}.suc-run-card .suc-runs-map-panel{height:100%;min-height:342px}.suc-run-card .suc-runs-map-panel:after{background:linear-gradient(#0506053d,#0000 32% 58%,#05060557),radial-gradient(circle at 72% 26%,#c86a2d0f,#0000 28%)}.suc-run-card .suc-runs-map-hud{display:none}.suc-run-card__map-overlay{z-index:4;pointer-events:none;flex-direction:column;justify-content:space-between;gap:16px;padding:12px;display:flex;position:absolute;inset:0}.suc-run-card__map-top{align-items:flex-start;min-width:0;display:flex}.suc-run-card__map-bottom{gap:7px;min-width:0;display:grid}.suc-run-card__map-copy{border-radius:var(--radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#05060547,#050605a3),#0b0d0b57;border:1px solid #f4efe61f;gap:6px;min-width:0;padding:10px;display:grid;box-shadow:0 16px 34px #00000042}.suc-run-card__map-overlay a,.suc-run-card__map-cta{pointer-events:auto}.suc-run-card__map-copy h3{color:var(--text);margin-bottom:0;font-size:1.16rem;line-height:1}.suc-run-card__map-copy .suc-next-run-details{gap:2px}.suc-run-card__map-copy .suc-run-tier-row{padding-block:1px}.suc-run-card__map-copy .suc-run-tier-pill{text-shadow:0 1px 10px #0000009e}.suc-run-card__map-cta{background:#c86a2deb;border-color:#e0a35cdb;width:100%;min-height:38px;box-shadow:0 12px 28px #0000003d}.suc-run-card .suc-runs-map-fallback{padding:10px}.suc-run-card .suc-map-fallback-copy{display:none}.suc-run-card .button:not(.suc-run-card__map-cta){width:100%;min-height:39px;padding:11px 12px;font-size:.66rem}.suc-runs-loading,.suc-runs-empty,.suc-runs-error{align-content:center;gap:13px;min-height:220px;padding:clamp(20px,4vw,30px);display:grid}.suc-runs-empty .button,.suc-runs-error .button{justify-self:start}.suc-runs-loading span{background:linear-gradient(90deg, var(--accent), var(--moss));width:48px;height:3px}.suc-gpx-card{gap:14px;margin-top:12px;padding:clamp(16px,3vw,22px);display:grid}.suc-gpx-copy{gap:7px;min-width:0;display:grid}.suc-gpx-eyebrow,.suc-gpx-card h3,.suc-gpx-card p{margin-bottom:0}.suc-gpx-card h3{font-size:clamp(1.12rem,2.3vw,1.44rem);line-height:1}.suc-gpx-card p{max-width:720px;color:var(--muted);font-weight:760;line-height:1.38}.suc-gpx-button{border-color:#e0a35c80;min-height:44px}.how-section{background:linear-gradient(180deg, #05060533, #050605b8), var(--bg)}.how-tabs{border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(160deg,#ffffff08,#0000 54%),#0b0d0bd1;gap:8px;width:min(100%,620px);margin-inline:auto;padding:8px;display:grid;box-shadow:inset 0 1px #ffffff0a}.how-tablist{border-radius:var(--radius);background:#050605b8;border:1px solid #ffffff14;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:4px;display:grid}.how-tab{border-radius:calc(var(--radius) - 1px);min-width:0;min-height:38px;color:var(--muted);cursor:pointer;letter-spacing:.08em;text-align:center;text-transform:uppercase;background:0 0;border:1px solid #0000;padding:9px 8px;font-size:.68rem;font-weight:900;line-height:1.05;transition:background .16s,border-color .16s,color .16s}.how-tab:hover{color:var(--text);border-color:#f4efe61f}.how-tab.is-active,.how-tab[aria-selected=true]{color:var(--accent-soft);background:#c86a2d29;border-color:#c86a2d94}.how-tab:focus-visible{outline:2px solid var(--accent-soft);outline-offset:2px}.how-panel{border-radius:var(--radius);background:linear-gradient(#c86a2d0f,#0000 64%),#0506056b;border:1px solid #ffffff14;align-content:center;gap:10px;min-height:118px;padding:clamp(17px,4vw,24px);display:grid}.how-panel h3{color:var(--text);margin-bottom:0;font-size:clamp(1.08rem,2.6vw,1.42rem);line-height:1}.how-panel p{max-width:420px;color:var(--muted);margin-bottom:0;font-size:.94rem;line-height:1.45}.path-section{border-block:1px solid var(--border);background:var(--panel-soft)}.path-card{align-content:start;gap:14px;min-height:300px;padding:clamp(22px,4vw,30px);display:grid}.path-card h3{font-size:clamp(1.18rem,2.6vw,1.7rem)}.path-card .button{place-self:end start;margin-top:6px}.path-card-featured{background:linear-gradient(160deg, #c86a2d24, transparent 46%), var(--panel);border-color:#c86a2d7a}.path-price{font-family:var(--font-heading);font-size:clamp(1.7rem,3.2vw,2.45rem);font-weight:950;line-height:.95;color:var(--text)!important}.path-price span{color:var(--muted);white-space:nowrap;font-size:.92rem}.proof-section{background:var(--bg)}.proof-heading{text-align:center;margin-inline:auto}.proof-grid{width:min(100%, var(--max));gap:10px;margin-inline:auto;display:grid}.proof-grid figure{aspect-ratio:16/10;border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);min-width:0;margin:0;position:relative;overflow:hidden}.proof-grid img{object-fit:cover;filter:saturate(.76)contrast(1.05)brightness(.78);width:100%;height:100%}.proof-grid figure:first-child img{object-position:54% 56%}.proof-grid figure:nth-child(2) img{object-position:48% 50%}.proof-grid figure:nth-child(3) img{object-position:48% 46%}.final-cta{border-block:1px solid var(--border);background:linear-gradient(90deg, #c86a2d1c, transparent 58%), var(--panel);gap:24px;padding-block:clamp(42px,7vw,70px);display:grid}.final-cta>div{width:min(100%, var(--max));margin-inline:auto}.final-cta h2{max-width:720px}.final-cta p{max-width:580px;margin-bottom:0}.final-cta .cta-row{margin-top:0}.coach-hero,.coach-section,.coach-final-cta{padding-inline:var(--pad)}.coach-hero{border-bottom:1px solid var(--border);background:linear-gradient(90deg,#050605fa,#050605b3 58%,#050605f2),linear-gradient(#c86a2d0f,#050605db),url(/assets/coach-brandon-CiO7m0Ov.jpg) 66%/cover no-repeat;align-items:end;min-height:clamp(430px,66svh,620px);display:grid}.coach-hero:after,.coach-tier-section:after{pointer-events:none;content:"";position:absolute;inset:0}.coach-hero{isolation:isolate;position:relative}.coach-hero:after{z-index:-1;background-color:#0000;background-image:linear-gradient(#f4efe607 1px,#0000 1px),linear-gradient(90deg,#f4efe605 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:52px 52px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;-webkit-mask-image:linear-gradient(#000 0%,#0000 76%);mask-image:linear-gradient(#000 0%,#0000 76%)}.coach-hero-shell,.coach-section-shell,.coach-final-cta>div{width:min(100%, var(--max));margin-inline:auto}.coach-hero-shell{padding-block:clamp(58px,9vh,92px) clamp(32px,6vh,56px)}.coach-hero-copy{max-width:760px}.coach-hero-copy h1{margin-bottom:16px;font-size:clamp(2.55rem,7.4vw,5.2rem);line-height:.9}.coach-hero-copy p{max-width:520px;color:var(--muted);margin-bottom:0;font-size:clamp(.98rem,1.7vw,1.06rem)}.coach-signal-row{flex-wrap:wrap;gap:8px;max-width:620px;margin-top:20px;display:flex}.coach-signal-row span,.coach-tier-stats span{border-radius:var(--radius);min-width:0;color:var(--text);background:#f4efe60a;border:1px solid #ffffff1c;gap:3px;padding:9px 10px;font-size:.78rem;font-weight:800;line-height:1.1;display:inline-grid}.coach-signal-row strong,.coach-tier-stats strong{color:var(--dim);letter-spacing:.1em;text-transform:uppercase;font-size:.58rem;font-weight:950;line-height:1}.coach-section{border-bottom:1px solid var(--border);padding-block:clamp(38px,6vw,66px)}.coach-fit-section{background:linear-gradient(90deg, #7d876814, transparent 48%), var(--bg)}.coach-section-soft{background:var(--panel-soft)}.coach-section-warm{background:linear-gradient(90deg, #c86a2d14, transparent 54%), var(--panel)}.coach-strip-heading,.coach-tier-heading{gap:10px;margin-bottom:18px;display:grid}.coach-strip-heading h2,.coach-tier-heading h2{margin-bottom:0}.coach-strip-heading h2{color:#f4efe6db;font-size:clamp(1.12rem,2.1vw,1.42rem);line-height:1}.coach-fit-strip{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;grid-auto-columns:minmax(210px,78%);grid-auto-flow:column;gap:8px;padding-bottom:4px;scroll-padding-inline:1px;display:grid;overflow-x:auto}.coach-fit-strip::-webkit-scrollbar{display:none}.coach-tier-track::-webkit-scrollbar{display:none}.coach-fit-card,.coach-tier-card,.coach-process-list li{border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(160deg, #ffffff09, transparent 48%), var(--panel);box-shadow:inset 0 1px #ffffff0a}.coach-fit-card{scroll-snap-align:start;min-height:112px;padding:15px}.coach-fit-card h3{margin-bottom:9px;font-size:1rem;line-height:1}.coach-fit-card p,.coach-tier-card p{color:var(--muted);margin-bottom:0}.coach-tier-section{isolation:isolate;padding-block:clamp(44px,7vw,76px);position:relative;overflow:hidden}.coach-tier-section:after{z-index:-1;opacity:.62;background:repeating-radial-gradient(at 22% 20%,#f4efe609 0 1px,#0000 1px 40px),repeating-radial-gradient(at 78% 70%,#c86a2d08 0 1px,#0000 1px 54px)}.coach-tier-heading{align-items:end}.coach-tier-controls{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.coach-tier-tabs{border:1px solid var(--border);border-radius:var(--radius);background:#05060585;grid-template-columns:repeat(3,minmax(0,1fr));min-width:min(100%,360px);padding:3px;display:inline-grid}.coach-tier-tabs button,.coach-tier-arrows button{color:var(--muted);cursor:pointer;letter-spacing:.08em;text-transform:uppercase;border:0;font-weight:900;line-height:1;transition:background .16s,border-color .16s,color .16s,transform .16s}.coach-tier-tabs button{background:0 0;border-radius:4px;min-height:34px;padding:9px 10px;font-size:.64rem}.coach-tier-tabs button:hover,.coach-tier-tabs button.is-active{color:var(--text);background:#c86a2d29}.coach-tier-arrows{gap:6px;display:flex}.coach-tier-arrows button{border:1px solid var(--border-strong);border-radius:var(--radius);background:#f4efe60b;place-items:center;width:40px;min-height:40px;padding:0;display:inline-grid}.coach-tier-arrows button:hover{color:var(--accent-soft);background:#c86a2d1f;border-color:#c86a2db8}.coach-tier-arrows svg{fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:miter;stroke-width:2px;width:20px;height:20px}.coach-tier-carousel{min-width:0}.coach-tier-track{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;grid-auto-columns:minmax(286px,86%);grid-auto-flow:column;gap:12px;min-width:0;padding:2px 1px 6px;scroll-padding-inline:1px;display:grid;overflow-x:auto}.coach-tier-card{scroll-snap-align:start;scroll-snap-stop:always;grid-template-rows:auto auto auto 1fr auto;align-content:start;gap:14px;min-height:410px;padding:clamp(20px,3vw,26px);transition:border-color .18s,background .18s,opacity .18s,transform .18s;display:grid}.coach-tier-card.is-active{background:linear-gradient(160deg, #c86a2d1f, transparent 42%), var(--panel);border-color:#e0a35cad}.coach-tier-card-featured{background:linear-gradient(160deg, #c86a2d1a, transparent 46%), var(--panel);border-color:#c86a2d57}.coach-tier-topline{gap:8px;display:grid}.coach-tier-note{max-width:280px;font-size:.92rem;line-height:1.35}.coach-price{font-family:var(--font-heading);text-transform:uppercase;flex-wrap:wrap;align-items:baseline;gap:7px;font-weight:950;line-height:.95;display:flex;color:var(--text)!important}.coach-price span{font-size:clamp(2.1rem,4.2vw,3.15rem)}.coach-price small{color:var(--muted);font-family:var(--font-body);letter-spacing:.08em;white-space:nowrap;font-size:.78rem;font-weight:900;line-height:1}.coach-tier-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.coach-tier-card ul{align-self:start;gap:7px;margin:0;padding:0;list-style:none;display:grid}.coach-tier-card li{color:var(--text);padding-left:18px;font-size:.92rem;font-weight:750;line-height:1.25;position:relative}.coach-tier-card li:before{content:"";background:#c86a2d6b;border:1px solid #e0a35cb8;border-radius:999px;width:6px;height:6px;position:absolute;top:.58em;left:0}.coach-tier-card .button{place-self:end stretch;margin-top:0}.coach-process-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.coach-process-list li{align-content:space-between;gap:16px;min-height:82px;padding:15px;display:grid}.coach-process-list span{color:var(--accent-soft);letter-spacing:.12em;text-transform:uppercase;font-size:.66rem;font-weight:900;line-height:1.1;display:block}.coach-process-list h3{margin-bottom:0;font-size:clamp(1rem,1.8vw,1.16rem);line-height:1}.coach-final-cta{border-bottom:1px solid var(--border);background:linear-gradient(90deg, #c86a2d1a, transparent 58%), var(--panel);gap:18px;padding-block:clamp(38px,6vw,62px);display:grid}.coach-final-cta p{max-width:520px;color:var(--muted);margin-bottom:0}.coach-final-cta .cta-row{margin-top:18px}.site-footer{border-top:1px solid var(--border);background:var(--bg);gap:22px;padding-block:30px;display:grid}.site-footer>*{width:min(100%, var(--max));margin-inline:auto}.footer-brand{align-items:center;gap:14px;display:flex}.footer-brand img{object-fit:contain;width:42px;height:42px}.site-footer strong{letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;font-weight:950;line-height:1.1;display:block}.site-footer p,.copyright{margin-bottom:0}body main,body header,body footer{transition:filter .18s,transform .18s}body.suc-modal-open main,body.suc-modal-open header,body.suc-modal-open footer{filter:blur(.75px);transform:scale(.995)}.floating-contact{z-index:70;border-radius:var(--radius);background:linear-gradient(180deg, #c86a2d2e, #050605e6), var(--panel);min-height:44px;color:var(--text);cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid #c86a2dad;align-items:center;gap:8px;padding:10px 12px;display:inline-flex;position:fixed;bottom:16px;right:16px;box-shadow:0 14px 38px #0000006b}.floating-contact-icon{width:22px;height:22px;color:var(--accent-soft);border:1px solid #f4efe629;border-radius:999px;place-items:center;font-size:.72rem;font-weight:950;line-height:1;display:inline-grid}.floating-contact-icon svg{fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:miter;stroke-width:2px;width:14px;height:14px}.floating-contact strong{letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:900;line-height:1}.floating-contact:hover{background:linear-gradient(180deg, #c86a2d3d, #050605e0), var(--panel);border-color:#e0a35ceb}body.suc-modal-open .floating-contact{opacity:0;pointer-events:none}.suc-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);background:#00000047;place-items:center;padding:.75rem;display:grid;position:fixed;inset:0}.suc-modal{border:1px solid var(--border-strong);background:linear-gradient(180deg, #c86a2d14, transparent 42%), var(--panel-soft);width:min(100%,380px);max-height:min(82vh,640px);color:var(--text);border-radius:8px;position:relative;overflow:auto;box-shadow:0 28px 80px #0000009e}.suc-modal-header{z-index:2;padding:0;position:absolute;top:10px;right:10px}.suc-modal h2{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}.suc-modal-close{border:1px solid var(--border);border-radius:var(--radius);width:40px;min-height:40px;color:var(--text);cursor:pointer;background:#f4efe614;place-items:center;padding:0;font-size:.8rem;font-weight:950;line-height:1;display:inline-grid}.suc-modal-close:hover{background:#c86a2d1f;border-color:#c86a2db8}.suc-lead-form{gap:6px;padding:14px 16px 16px;display:grid}.suc-field{border:0;gap:4px;min-width:0;margin:0;padding:0;display:grid}.suc-lead-form>.suc-field:first-child{padding-right:84px}.suc-field label,.suc-field legend{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.66rem;font-weight:900;line-height:1.1}.suc-field input,.suc-field select,.suc-field textarea{border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text);background:#f4efe611;padding:9px 10px;font-size:1rem}.suc-field input,.suc-field select{min-height:40px}.suc-field select{appearance:none;background:linear-gradient(45deg, transparent 50%, var(--accent-soft) 50%) calc(100% - 16px) 17px / 6px 6px no-repeat, linear-gradient(135deg, var(--accent-soft) 50%, transparent 50%) calc(100% - 11px) 17px / 6px 6px no-repeat, #f4efe611;padding-right:34px}.suc-field textarea{resize:vertical;height:54px;min-height:54px}.suc-field input::placeholder{color:#f4efe675}.suc-field input:focus,.suc-field select:focus,.suc-field textarea:focus{border-color:#c86a2ddb;outline:none;box-shadow:0 0 0 3px #c86a2d33}.suc-interest-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.suc-interest-pill{min-width:0;position:relative}.suc-interest-pill input{cursor:pointer;opacity:0;width:100%;height:100%;margin:0;position:absolute;inset:0}.suc-interest-pill span{border:1px solid var(--border);min-height:40px;color:var(--text);letter-spacing:.07em;text-align:center;text-transform:uppercase;background:#f4efe60e;border-radius:999px;justify-content:center;align-items:center;padding:6px 7px;font-size:.62rem;font-weight:900;line-height:1.1;transition:border-color .18s,background .18s,box-shadow .18s;display:flex}.suc-interest-pill input:checked+span{background:var(--accent);color:#140b06;border-color:#c86a2deb}.suc-interest-pill input:focus-visible+span{border-color:#c86a2ddb;box-shadow:0 0 0 3px #c86a2d38}.suc-field-error,.suc-form-status{min-height:.7rem;color:var(--accent-soft);margin:0;font-size:.72rem;font-weight:800}.suc-form-status{color:var(--text)}.suc-form-status.is-error{color:var(--accent-soft)}.suc-form-note{color:#f4efe6ad;margin:0 0 2px;font-size:.74rem;line-height:1.35}.suc-form-note a{color:var(--text);border-bottom:1px solid #e0a35c7a}.suc-submit-button{cursor:pointer;width:100%;min-height:44px}.suc-submit-button:disabled{cursor:wait;opacity:.72}.suc-modal-success{min-height:150px;color:var(--text);text-align:center;place-items:center;padding:28px 24px 32px;font-size:clamp(1rem,4vw,1.2rem);font-weight:900;line-height:1.35;display:grid}.suc-honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.js .reveal{opacity:0;transition:opacity .42s,transform .42s;transform:translateY(14px)}.js .reveal.is-visible{opacity:1;transform:translateY(0)}@media (width>=640px){.site-header{grid-template-columns:auto 1fr auto;gap:24px}.nav-links{grid-column:auto;justify-content:center}.site-header-actions{grid-column:3}.nav-cta{display:inline-flex}.button{width:auto}.suc-gpx-card{grid-template-columns:minmax(0,1fr) auto;align-items:center}.suc-gpx-button{white-space:nowrap;justify-self:end}.how-grid,.path-grid,.suc-runs-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.coach-fit-strip{grid-auto-columns:initial;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-flow:row;padding-bottom:0;overflow:visible}.coach-process-list{grid-template-columns:repeat(4,minmax(0,1fr))}.suc-run-carousel{--suc-run-card-width:min(58vw, 420px)}.proof-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.proof-grid figure{aspect-ratio:auto;min-height:360px}}@media (width>=920px){.hero-shell{grid-template-columns:minmax(0,1fr)}.suc-runs-feature{grid-template-columns:minmax(0,.72fr) minmax(390px,1fr);align-items:stretch}.suc-runs-map-panel{min-height:320px}.suc-run-carousel{--suc-run-card-width:430px}.suc-run-card{min-height:388px}.suc-run-card .suc-runs-map-panel{min-height:368px}.coach-tier-heading{grid-template-columns:minmax(0,1fr) auto}.coach-tier-controls{justify-content:flex-end}.coach-tier-track{grid-auto-columns:initial;scroll-snap-type:none;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-flow:row;padding:2px 0 0;overflow:visible}.coach-tier-card{scroll-snap-align:none}.coach-tier-card.is-active{transform:translateY(-4px)}.final-cta,.coach-final-cta{grid-template-columns:minmax(0,1fr) auto;align-items:end}.final-cta>div{margin-inline:0}.final-cta>div:first-child{justify-self:end;width:min(100%,820px)}.final-cta .cta-row{width:auto;margin-right:max(var(--pad), calc((100vw - var(--max)) / 2));justify-self:start}.coach-final-cta>div:first-child{justify-self:end;width:min(100%,820px)}.coach-final-cta .cta-row{width:auto;margin-top:0;margin-right:max(var(--pad), calc((100vw - var(--max)) / 2));justify-self:start}.site-footer{grid-template-columns:1fr auto;align-items:end}.site-footer>*{width:auto;margin-inline:0}.footer-brand,.copyright{margin-left:max(var(--pad), calc((100vw - var(--max)) / 2))}.site-footer nav{margin-right:max(var(--pad), calc((100vw - var(--max)) / 2));justify-content:flex-end}.copyright{grid-column:1/-1}}@media (width<=560px){:root{--pad:16px}[id]{scroll-margin-top:92px}body{font-size:15px}.site-header{gap:4px 12px;padding-block:4px}.brand{letter-spacing:.06em;font-size:.78rem}.brand img{width:28px;height:28px}.js .brand{letter-spacing:.035em;gap:7px;font-size:.54rem}.js .brand img{width:25px;height:25px}.theme-toggle{width:38px;min-width:38px;height:38px}.nav-links{--nav-tab-min:64px;overscroll-behavior-inline:contain;border:1px solid var(--border);background:var(--border);letter-spacing:.06em;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:1px;width:100%;max-width:100%;scroll-padding-inline:1px;font-size:.6rem;display:flex;overflow-x:auto}.nav-links::-webkit-scrollbar{display:none}.nav-links a{flex:1 0 max(var(--nav-tab-min), calc((100% - 4px) / 5));text-align:center;white-space:nowrap;background:#0b0d0bf5;justify-content:center;align-items:center;min-width:0;min-height:44px;padding:8px 3px;display:flex}.hero{background:linear-gradient(180deg, #05060594 0%, #050605db 46%, #050605fa 100%), url(/assets/img-2281-first-photo-Cf894QdA.jpg) 58% calc(42% + var(--hero-shift)) / cover no-repeat;min-height:calc(82svh - 109px)}.hero.team-suc-hero{background:#050605;min-height:calc(100svh - 85px)}.team-suc-hero .team-suc-hero__shell{min-height:inherit;padding-block:max(150px, 24svh) max(18px, env(safe-area-inset-bottom))}.coach-hero{background:linear-gradient(#0506059e 0%,#050605e0 48%,#050605fc 100%),url(/assets/coach-brandon-CiO7m0Ov.jpg) 58%/cover no-repeat;min-height:clamp(430px,64svh,540px)}.coach-hero-shell{padding-block:70px 26px}.coach-hero-copy h1{font-size:clamp(2.28rem,9.8vw,2.7rem)}.coach-signal-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:16px;display:grid}.coach-signal-row span,.coach-tier-stats span{padding:8px;font-size:.68rem}.coach-signal-row strong,.coach-tier-stats strong{font-size:.52rem}.hero-shell{padding-block:78px 28px}h1{font-size:clamp(2.55rem,10.8vw,2.78rem)}h2{font-size:clamp(1.78rem,8.3vw,2.15rem)}h3{font-size:1.12rem}.hero-copy p{font-size:1rem}.cta-row,.final-cta .cta-row{grid-template-columns:1fr;display:grid}.button,.nav-cta{width:100%;min-height:42px;padding:12px 13px;font-size:.7rem}.section-block{padding-block:52px}.section-heading{margin-bottom:22px}.info-card{min-height:150px;padding:19px}.info-card h3{margin-top:18px}.path-card{min-height:auto;padding:20px}.path-card .button{justify-self:stretch}.coach-section{padding-block:38px}.coach-strip-heading,.coach-tier-heading{margin-bottom:14px}.coach-fit-strip{margin-inline:calc(var(--pad) * -1);padding-inline:var(--pad);scroll-padding-inline:var(--pad);grid-auto-columns:minmax(190px,74%)}.coach-tier-controls{grid-template-columns:minmax(0,1fr) auto;width:100%;display:grid}.coach-tier-tabs{width:100%;min-width:0}.coach-tier-tabs button{padding-inline:7px;font-size:.58rem}.coach-tier-track{margin-inline:calc(var(--pad) * -1);padding-inline:var(--pad);scroll-padding-inline:var(--pad);grid-auto-columns:minmax(292px,calc(100vw - 60px))}.coach-tier-card{min-height:392px;padding:18px}.coach-tier-card .button{justify-self:stretch}.coach-process-list{gap:7px}.coach-process-list li{grid-template-columns:46px 1fr;align-content:center;align-items:center;min-height:auto;padding:14px}.coach-final-cta{padding-block:38px 78px}.coach-final-cta .cta-row{grid-template-columns:1fr;display:grid}.floating-contact{right:10px;bottom:calc(10px + env(safe-area-inset-bottom));min-height:40px;padding:8px}.floating-contact strong{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}.suc-runs-feature,.suc-runs-grid{margin-inline:calc(var(--pad) * -1)}.suc-run-carousel{--suc-run-card-width:clamp(294px, 81vw, 360px);width:calc(100% + (var(--pad) * 2));margin-inline:calc(var(--pad) * -1)}.suc-run-card{grid-template-rows:minmax(320px,1fr);min-height:340px;padding:10px}.suc-run-card .suc-runs-map-panel{min-height:320px}.suc-run-card__map-overlay{padding:10px}.suc-run-card__map-copy{gap:6px;padding:10px}.suc-run-card__map-copy h3{font-size:1.08rem}.suc-next-run-card,.suc-runs-map-panel,.suc-run-card,.suc-runs-loading,.suc-runs-empty,.suc-runs-error{border-inline:0;border-radius:0}.suc-run-carousel .suc-run-card,.suc-run-card .suc-runs-map-panel{border:1px solid var(--border);border-radius:var(--radius)}.suc-runs-map-panel{min-height:220px}.suc-runs-map-hud{width:auto;padding:8px;top:10px;left:10px;right:10px}.suc-gpx-card{gap:12px;padding:16px}.suc-gpx-card h3{font-size:1.12rem}.suc-gpx-card p{font-size:.92rem}.suc-gpx-button{min-height:44px}.proof-grid{gap:8px}.proof-grid figure{aspect-ratio:16/9}.final-cta{padding-block:42px}.footer-brand{align-items:flex-start}.site-footer nav{gap:6px 13px;font-size:.65rem}.suc-modal-backdrop{padding:8px}.suc-modal{width:min(100%,92vw);max-height:calc(100svh - 16px)}.suc-lead-form{gap:6px;padding:10px 12px 12px}.suc-lead-form>.suc-field:first-child{padding-right:72px}.suc-field label,.suc-field legend{font-size:.64rem}.suc-field input,.suc-field select,.suc-field textarea{padding:9px 10px;font-size:1rem}.suc-interest-options{gap:6px}.suc-interest-pill span{padding:6px;font-size:.6rem}}@media (width<=879px){.path-grid{grid-template-columns:1fr;gap:16px}.path-card{min-height:0}}@media (width<=820px){.js .site-header{grid-template-columns:minmax(0,1fr) auto auto;gap:10px;padding-block:8px}.js .site-header-actions{grid-area:1/3;gap:6px}.js .brand{min-width:0}.js .brand span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.js .nav-menu-toggle{border:1px solid var(--border-strong);border-radius:var(--radius);min-height:44px;color:var(--text);letter-spacing:.08em;cursor:pointer;background:#f4efe609;justify-content:center;align-items:center;padding:10px 12px;font-size:.68rem;font-weight:900;line-height:1;display:inline-flex}.js .nav-menu-toggle:hover,.js .nav-menu-toggle[aria-expanded=true]{color:var(--accent-soft);background:#c86a2d1a;border-color:#c86a2db8}.js .nav-cta{white-space:nowrap;width:auto;min-height:44px;padding:10px 12px;font-size:.66rem;display:inline-flex}.js .nav-links{top:calc(100% + 1px);right:var(--pad);left:var(--pad);border:1px solid var(--border-strong);scrollbar-width:thin;background:#050605fa;flex-flow:column;grid-column:auto;justify-content:flex-start;align-items:stretch;gap:0;width:auto;max-width:none;max-height:calc(100dvh - 80px);font-size:.72rem;display:none;position:absolute;overflow-y:auto;box-shadow:0 20px 44px #0000007a}.js .site-header.is-menu-open .nav-links{display:flex}.js .nav-links a{border-bottom:1px solid var(--border);width:100%;min-width:0;min-height:48px;color:var(--text);text-align:left;white-space:nowrap;background:0 0;flex:none;justify-content:space-between;align-items:center;padding:13px 16px;display:flex}.js .nav-links a:last-child{border-bottom:0}.js .nav-links a:hover,.js .nav-links a:focus-visible{border-bottom-color:var(--border);color:var(--accent-soft);background:#c86a2d1a}.floating-contact{right:calc(12px + env(safe-area-inset-right));top:calc(73px + env(safe-area-inset-top));border-radius:50%;justify-content:center;width:48px;height:48px;min-height:48px;padding:0;bottom:auto}.floating-contact-icon{width:24px;height:24px}.floating-contact strong{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}.site-header.is-menu-open~.floating-contact{opacity:0;pointer-events:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}.home-merch-image{animation:none}.js .reveal{opacity:1;transform:none}}.suc-runs-fallback .cta-row{justify-content:flex-start}.suc-runs-fallback .button{justify-self:start}:root[data-theme=light] body:before{opacity:.42;background:repeating-radial-gradient(at 18% 16%,#2b2a220e 0 1px,#0000 1px 42px),repeating-radial-gradient(at 78% 72%,#a9481a0b 0 1px,#0000 1px 54px)}:root[data-theme=light] .site-header{box-shadow:0 10px 30px #493a2714}:root[data-theme=light] .site-footer{background:var(--footer-surface)}:root[data-theme=light] .button-secondary,:root[data-theme=light] .nav-menu-toggle,:root[data-theme=light] .suc-modal-close,:root[data-theme=light] .coach-tier-arrows button{background:var(--field-surface)}:root[data-theme=light] input,:root[data-theme=light] select,:root[data-theme=light] textarea{color:var(--field-text)}:root[data-theme=light] input::placeholder,:root[data-theme=light] textarea::placeholder{color:color-mix(in srgb, var(--text) 52%, transparent)}:root[data-theme=light] .suc-field input,:root[data-theme=light] .suc-field select,:root[data-theme=light] .suc-field textarea{background-color:var(--field-surface);color:var(--field-text)}:root[data-theme=light] .suc-interest-pill span,:root[data-theme=light] .coach-tier-tabs,:root[data-theme=light] .how-tablist{background:#2b2a220e}:root[data-theme=light] .suc-interest-pill input:checked+span{color:var(--text-on-accent)}:root[data-theme=light] .suc-modal{background:linear-gradient(155deg, #a9481a14, transparent 44%), var(--surface-elevated);box-shadow:var(--shadow-strong)}:root[data-theme=light] .floating-contact,:root[data-theme=light] .cougar-share-button{background:linear-gradient(180deg, #a9481a1f, #f7f0e4f0), var(--surface-elevated);box-shadow:var(--shadow-soft)}@media (width<=820px){:root[data-theme=light] .js .nav-links{box-shadow:var(--shadow-strong);background:#f7f0e4fa}}@media (width<=560px){:root[data-theme=light] .nav-links a{background:#f7f0e4f7}:root[data-theme=light] .js .site-header{gap:4px 7px}:root[data-theme=light] .js .site-header-actions{gap:4px}:root[data-theme=light] .js .site-header-actions .nav-cta{padding-inline:9px}}:root[data-theme=light] :is(.hero,.coach-hero,.volunteer-hero,.team-final,.suc-runs-map-panel,.suc-run-card){--text:#f4efe6;--muted:#aaa295;--dim:#7f776c;--border:#ffffff1f;--border-strong:#ffffff38;--accent:#c86a2d;--accent-soft:#e0a35c;--text-on-accent:#140b06;color:var(--text)}:root[data-theme=light] .team-final .button-secondary{background:#f4efe614}:root[data-theme=light] .team-suc-hero[data-team-suc-hero-mode=image]{--team-suc-hero-fade-rgb:238 228 211;--team-suc-hero-surface:var(--page-bg)}:root[data-theme=light] .team-suc-hero[data-team-suc-hero-mode=image]:after{display:none}:root[data-theme=light] .team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__media,:root[data-theme=light] .team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__shell{width:min(100%, var(--max));margin-inline:auto}:root[data-theme=light] .team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__media{background:#050605}:root[data-theme=light] .team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__shell{--text:#272820;--muted:#5d5b4e;--dim:#777061;--border:#2b2a2229;--border-strong:#2b2a2247;color:var(--text)}:root[data-theme=light] .team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__copy h1{color:#272820}:root[data-theme=light] .team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__copy>p:not(.section-label){color:#5d5b4e}:root[data-theme=light] .team-suc-hero[data-team-suc-hero-mode=image] .section-label{color:#87350f}:root[data-theme=light] .team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__link:not(.team-suc-hero__link--tertiary){color:#272820;border-bottom-color:#2728207a}:root[data-theme=light] .team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__includes{color:#3f4037}:root[data-theme=light] .team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__includes li:before{color:#a9481a}:root[data-theme=light] .team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__link--tertiary{color:#5d5b4e}@media (width<=760px){:root[data-theme=light] .team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__media,:root[data-theme=light] .team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__shell{width:calc(100% + (var(--pad) * 2));margin-inline:calc(var(--pad) * -1)}:root[data-theme=light] .team-suc-hero[data-team-suc-hero-mode=image] .team-suc-hero__shell{padding-inline:var(--pad)}}:root[data-theme=light] .rdl-feature{background:linear-gradient(140deg, #a9481a14, transparent 48%), var(--surface-warm)}:root[data-theme=light] .home-merch-strip{background:linear-gradient(180deg, #e6dac5b8, #f7f0e480), var(--page-bg)}:root[data-theme=light] .home-merch-arrow,:root[data-theme=light] .home-merch-tile,:root[data-theme=light] .home-merch-tile:hover,:root[data-theme=light] .home-merch-tile:focus-visible{border-color:var(--border);background:linear-gradient(180deg, #fffcf68a, #e6dac56b), var(--surface-elevated);box-shadow:var(--shadow-soft)}:root[data-theme=light] .merch-success-timeline p,:root[data-theme=light] .merch-success-timeline dt{color:var(--accent-strong)}:root[data-theme=light] .home-merch-info>strong,:root[data-theme=light] .home-merch-pill{border-color:var(--border);color:var(--text);background:#f7f0e4e6}:root[data-theme=light] .home-merch-action{color:var(--accent-soft);background:#a9481a14;border-color:#a9481a52}:root[data-theme=light] .info-card,:root[data-theme=light] .how-tabs,:root[data-theme=light] .how-panel,:root[data-theme=light] .coach-fit-card,:root[data-theme=light] .coach-tier-card,:root[data-theme=light] .coach-process-list li{background:linear-gradient(155deg, #fffcf680, transparent 52%), var(--surface-elevated);box-shadow:inset 0 1px #ffffff6b}:root[data-theme=light] .how-section{background:linear-gradient(180deg, #e6dac56b, #eee4d3c2), var(--page-bg)}:root[data-theme=light] .how-panel,:root[data-theme=light] .coach-tier-tabs{border-color:var(--border)}:root[data-theme=light] .path-card-featured,:root[data-theme=light] .coach-tier-card.is-active,:root[data-theme=light] .coach-tier-card-featured{background:linear-gradient(155deg, #a9481a1f, transparent 50%), var(--surface-elevated)}:root[data-theme=light] .coach-strip-heading h2{color:var(--text)}:root[data-theme=light] .coach-final-cta,:root[data-theme=light] .final-cta{background:linear-gradient(90deg, #a9481a17, transparent 58%), var(--surface-elevated)}:root[data-theme=light] .suc-upcoming-runs{background:radial-gradient(circle at 82% 10%, #a9481a14, transparent 28rem), var(--page-bg)}:root[data-theme=light] .suc-gpx-card,:root[data-theme=light] .suc-runs-loading,:root[data-theme=light] .suc-runs-empty,:root[data-theme=light] .suc-runs-error{background:var(--surface-elevated);box-shadow:var(--shadow-soft)}:root[data-theme=light] .team-rdl{background:var(--page-bg)}:root[data-theme=light] .team-rdl__media{background:#d8ccb8}:root[data-theme=light] .team-hub{background:var(--surface-subtle)}:root[data-theme=light] .team-hub__screen{background:var(--surface-elevated)}:root[data-theme=light] .team-suc-onboarding-modal{box-shadow:var(--shadow-strong);background:linear-gradient(155deg,#a9481a1a,#0000 44%),#f7f0e4fc}:root[data-theme=light] .team-suc-onboarding-close,:root[data-theme=light] .team-suc-field input,:root[data-theme=light] .team-suc-field textarea,:root[data-theme=light] .team-suc-choice button,:root[data-theme=light] .team-suc-race-suggestions>button,:root[data-theme=light] .team-suc-selected-race{border-color:var(--border);background:var(--field-surface);color:var(--text)}:root[data-theme=light] .team-suc-field em,:root[data-theme=light] .team-suc-choice em{color:var(--dim)}:root[data-theme=light] .events-page{background:radial-gradient(circle at 14% 4%, #a9481a1c, transparent 30rem), linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line-soft) 1px, transparent 1px), var(--page-bg)}:root[data-theme=light] .events-hero-shell,:root[data-theme=light] .events-card,:root[data-theme=light] .events-card-disabled{background:linear-gradient(145deg, #a9481a17, transparent 56%), var(--surface-elevated);box-shadow:var(--shadow-soft)}:root[data-theme=light] .events-card:focus-within{background:linear-gradient(145deg, #a9481a24, transparent 58%), var(--surface-elevated)}:root[data-theme=light] .events-card:has(a:hover){background:linear-gradient(145deg, #a9481a24, transparent 58%), var(--surface-elevated)}:root[data-theme=light] .events-filter-chips span,:root[data-theme=light] .events-card__media{background:var(--field-surface)}:root[data-theme=light] .volunteer-page{background:radial-gradient(circle at 14% 4%, #a9481a1c, transparent 30rem), var(--page-bg)}:root[data-theme=light] .volunteer-detail-card,:root[data-theme=light] .volunteer-form{background:linear-gradient(145deg, #a9481a14, transparent 56%), var(--surface-elevated);box-shadow:var(--shadow-soft)}:root[data-theme=light] .volunteer-choice-group label{background:var(--field-surface)}:root[data-theme=light] .volunteer-acknowledgment{background:linear-gradient(135deg,#a9481a21,#0000 68%),#fffcf69e}:root[data-theme=light] .volunteer-choice-group label:has(input:checked){background:linear-gradient(135deg,#a9481a21,#0000 68%),#fffcf69e}:root[data-theme=light] .volunteer-success{background:#626d4f1f}:root[data-theme=light] .htc-page{--htc-soft:#2b2a220f;--htc-shadow:var(--shadow-soft);background:radial-gradient(circle at 14% 4%, #a9481a1c, transparent 30rem), linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line-soft) 1px, transparent 1px), var(--htc-bg)}:root[data-theme=light] .htc-hero-shell,:root[data-theme=light] .htc-panel,:root[data-theme=light] .htc-card-strip article,:root[data-theme=light] .htc-cost-panel,:root[data-theme=light] .htc-form{background:linear-gradient(145deg, #a9481a14, transparent 56%), var(--surface-elevated)}:root[data-theme=light] .htc-tab-sticky{background:#f7f0e4eb}:root[data-theme=light] .htc-tab,:root[data-theme=light] .htc-choice-group label,:root[data-theme=light] .htc-form .suc-field input,:root[data-theme=light] .htc-form .suc-field textarea{background:var(--field-surface)}:root[data-theme=light] .htc-form .suc-field select{background:linear-gradient(45deg, transparent 50%, var(--accent-soft) 50%) calc(100% - 16px) 17px / 6px 6px no-repeat, linear-gradient(135deg, var(--accent-soft) 50%, transparent 50%) calc(100% - 11px) 17px / 6px 6px no-repeat, var(--field-surface)}:root[data-theme=light] .htc-choice-group label:has(input:checked){background:linear-gradient(135deg,#a9481a21,#0000 68%),#fffcf69e}:root[data-theme=light] .htc-media-card figcaption{background:#e6dac5eb}:root[data-theme=light] .merch-body{--merch-price-color:var(--merch-accent-text);--merch-surface-page:#eee4d3;--merch-surface-card:#f7f0e4;--merch-surface-elevated:#fff8ed;--merch-surface-subtle:#eadfcd;--merch-image-stage-light:#d8cdb9;--merch-copy-primary:#272820;--merch-copy-secondary:#565448;--merch-copy-subdued:#625d50;--merch-accent-text:#87350f;--merch-accent-text-hover:#6f290b;--merch-moss-text:#465136;--merch-error-text:#8b2f1c;--merch-border-light:#2b2a223d;--merch-border-strong:#6c6557;--merch-interactive-bg:#fff8ed;--merch-interactive-hover:#f1e1cc;--merch-primary-bg:#a9481a;--merch-primary-bg-hover:#87350f;--merch-primary-text:#fff9ef;--merch-disabled-bg:#d8c6b3;--merch-disabled-text:#5c4637;background:var(--page-bg)}:root[data-theme=light] .merch-body .suc-merch-page{--merch-price-color:var(--merch-accent-text)}:root[data-theme=light] .merch-body .site-header{border-bottom-color:var(--border);background:var(--header-surface);box-shadow:0 12px 34px #493a271a}:root[data-theme=light] .merch-body .site-footer{border-top-color:var(--border);background:var(--footer-surface)}:root[data-theme=light] .suc-merch-page{--merch-copy:var(--merch-copy-secondary);--merch-muted:var(--merch-copy-subdued);--merch-line:var(--merch-border-light);--merch-card:var(--merch-surface-card);--merch-image-stage:var(--merch-image-stage-light);background:var(--page-bg);color:var(--merch-copy-primary)}:root[data-theme=light] .suc-merch-page:before{background:radial-gradient(circle at 46% -12%, #a9481a21, transparent 28rem), radial-gradient(ellipse at 86% 16%, #a9481a0f, transparent 34rem), radial-gradient(ellipse at 12% 84%, #626d4f12, transparent 30rem), linear-gradient(180deg, #f7f0e4b8, var(--page-bg) 42%, #eadfcd)}:root[data-theme=light] .suc-merch-page:after{background:repeating-radial-gradient(ellipse at 84% 10%, transparent 0 28px, #2b2a220e 29px 30px, transparent 31px 62px), repeating-radial-gradient(ellipse at 20% 78%, transparent 0 36px, #a9481a09 37px 38px, transparent 39px 78px), linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line-soft) 1px, transparent 1px), radial-gradient(circle, #2b2a221a 0 1px, transparent 1.4px)}:root[data-theme=light] :is(.merch-tech-tee-card,.merch-product-card,.merch-product-row,.merch-empty-state,.merch-interest-form,.merch-support-card,.merch-status-page .merch-hero-copy,.merch-success-timeline){background:linear-gradient(145deg, #fff8edb8, transparent 42%), var(--merch-surface-card);box-shadow:var(--shadow-soft)}:root[data-theme=light] .merch-tech-tee-media{background:radial-gradient(circle at 50% 42%,#fffcf66b,#0000 44%),radial-gradient(circle at 24% 18%,#a9481a1f,#0000 34%),linear-gradient(145deg,#d7c7aa 0%,#b9b39d 52%,#8f927c 100%)}:root[data-theme=light] .merch-tech-tee-form,:root[data-theme=light] .merch-detail-controls,:root[data-theme=light] .merch-choice-field label,:root[data-theme=light] .merch-radio-card,:root[data-theme=light] .merch-cart-row,:root[data-theme=light] .merch-cart-totals{background:var(--field-surface)}:root[data-theme=light] .merch-product-thumb,:root[data-theme=light] .merch-product-media,:root[data-theme=light] .merch-detail-media,:root[data-theme=light] .merch-photo-slide--primary-product{background:radial-gradient(circle at 50% 42%, #fffcf66b, #d6cab557 58%, transparent 78%), var(--merch-image-stage)}:root[data-theme=light] .merch-product-row-button:hover,:root[data-theme=light] .merch-filter-chip:hover,:root[data-theme=light] .merch-filter-chip.is-active{background:#87350f17}:root[data-theme=light] .merch-filter-chip{border-color:var(--merch-border-light);background:var(--merch-interactive-bg);color:var(--merch-copy-secondary)}:root[data-theme=light] .merch-filter-chip.is-active,:root[data-theme=light] .merch-filter-chip:focus-visible{color:var(--merch-accent-text);background:#87350f1c;border-color:#87350f94}:root[data-theme=light] .merch-concept-label{color:var(--merch-primary-text);background:#272820c7}:root[data-theme=light] .merch-fit-chip{background:#87350f1a;color:var(--merch-accent-text)!important}:root[data-theme=light] .merch-tech-tee-price{color:var(--merch-accent-text);background:#87350f1a}:root[data-theme=light] .merch-stock-chip{border-color:var(--merch-border-light);background:var(--merch-interactive-bg);color:var(--merch-copy-secondary)}:root[data-theme=light] .merch-stock-chip--live{color:var(--merch-accent-text);background:#87350f1a;border-color:#87350f7a}:root[data-theme=light] .merch-stock-chip--low{color:var(--merch-error-text);background:#8b2f1c1a;border-color:#8b2f1c7a}:root[data-theme=light] .merch-stock-chip--preorder{color:var(--merch-moss-text);background:#626d4f1f;border-color:#626d4f7a}:root[data-theme=light] .merch-stock-chip--soldout,:root[data-theme=light] .merch-stock-chip--soon,:root[data-theme=light] .merch-stock-chip--updating{background:var(--merch-surface-subtle);color:var(--merch-copy-subdued)}:root[data-theme=light] .merch-fit-note,:root[data-theme=light] .merch-stock-note,:root[data-theme=light] .merch-cart-note{color:var(--merch-accent-text)!important}:root[data-theme=light] .merch-add-confirmation{color:var(--merch-moss-text)!important}:root[data-theme=light] .merch-size-option{border-color:var(--merch-border-light);background:var(--merch-interactive-bg)}:root[data-theme=light] .merch-size-option:disabled{background:var(--merch-disabled-bg);color:var(--merch-disabled-text);opacity:1}:root[data-theme=light] .merch-store-status.is-warning{color:var(--merch-accent-text);background:#87350f13;border-color:#87350f5c}:root[data-theme=light] .merch-field input,:root[data-theme=light] .merch-field select,:root[data-theme=light] .merch-field textarea,:root[data-theme=light] .merch-tech-tee-form .merch-field input,:root[data-theme=light] .merch-cart-email input,:root[data-theme=light] .merch-quantity-row input{border-color:var(--merch-border-light);background-color:var(--merch-interactive-bg);color:var(--merch-copy-primary)}:root[data-theme=light] .merch-cart-backdrop,:root[data-theme=light] .merch-detail-backdrop{background:#27282085}:root[data-theme=light] .merch-cart-drawer,:root[data-theme=light] .merch-detail-sheet{background:linear-gradient(155deg, #87350f12, transparent 44%), var(--merch-surface-card);color:var(--merch-copy-primary);box-shadow:var(--shadow-strong)}:root[data-theme=light] .merch-photo-arrow,:root[data-theme=light] .merch-icon-button,:root[data-theme=light] .merch-product-scroll-button,:root[data-theme=light] .merch-inline-action{background:var(--merch-interactive-bg);color:var(--merch-copy-primary)}:root[data-theme=light] .merch-store-status,:root[data-theme=light] .merch-checkout-status,:root[data-theme=light] .merch-submit-panel,:root[data-theme=light] .merch-body :is(.merch-group-heading h3,.merch-interest-shell h2,.merch-product-row-top strong,.merch-product-card h3,.merch-empty-state h3,.merch-support-card h3,.merch-detail-sheet h3,.merch-cart-empty h3,.merch-cart-row-copy strong,.merch-cart-row-price,.merch-cart-totals strong){color:var(--merch-copy-primary)}:root[data-theme=light] .merch-body :is(.merch-hero-copy>p:not(.merch-eyebrow):not(.merch-hero-note):not(.merch-hero-label),.merch-tech-tee-copy p,.merch-product-row-description,.merch-product-card p:not(.tier),.merch-empty-state p,.merch-support-card p:not(.tier),.merch-detail-sheet p:not(.tier),.merch-cart-row-copy p,.merch-cart-row-copy small,.merch-cart-empty p,.merch-radio-card small,.merch-cart-totals p,.merch-legal-note){color:var(--merch-copy-secondary)}:root[data-theme=light] .merch-body :is(.merch-eyebrow,.merch-hero-label,.merch-product-card .tier,.merch-detail-sheet .tier,.merch-cart-drawer .tier,.merch-choice-field legend),:root[data-theme=light] .merch-body :is(.merch-product-row-top .merch-price,.merch-product-rail .merch-product-row-top .merch-price,.merch-product-card .merch-price,.merch-detail-sheet .merch-price,.merch-row-affordance,.merch-product-rail .merch-row-affordance,.merch-tech-tee-price){color:var(--merch-accent-text)}:root[data-theme=light] .merch-body .merch-race-kit-tile{color:var(--merch-copy-secondary);background:radial-gradient(at 50% 58%,#fff8ed6b,#0000 58%),linear-gradient(#f7f0e43d,#eadfcd1a);border-color:#2b2a2224}:root[data-theme=light] .merch-body .merch-race-kit-tile:hover,:root[data-theme=light] .merch-body .merch-race-kit-tile:focus-visible{background:radial-gradient(at 50% 58%,#fff8ed94,#0000 58%),linear-gradient(#87350f0e,#f7f0e433);border-color:#87350f6b;box-shadow:0 16px 38px #493a2724}:root[data-theme=light] .merch-body .merch-race-kit-info>strong,:root[data-theme=light] .merch-body .team-suc-offer__tile-product-name{border-color:var(--merch-border-light);background:var(--merch-surface-elevated);color:var(--merch-copy-primary);box-shadow:0 5px 16px #493a271a}:root[data-theme=light] .merch-body .merch-race-kit-pill{color:var(--merch-primary-text);background:#3a3a31;border-color:#4e4c40}:root[data-theme=light] .merch-body .merch-race-kit-action{min-height:auto;color:var(--merch-accent-text);background:0 0;border:0;padding-inline:2px}:root[data-theme=light] .merch-body .merch-race-kit-tile:hover .merch-race-kit-action,:root[data-theme=light] .merch-body .merch-race-kit-tile:focus-visible .merch-race-kit-action{color:var(--merch-accent-text-hover)}:root[data-theme=light] .merch-body .merch-interest-disclosure{border-color:var(--merch-border-light);background:linear-gradient(145deg, #87350f11, transparent 44%), var(--merch-surface-card);box-shadow:0 16px 40px #493a271f}:root[data-theme=light] .merch-body .merch-interest-strip strong{color:var(--merch-copy-primary)}:root[data-theme=light] .merch-body .merch-interest-strip em{color:var(--merch-copy-secondary)}:root[data-theme=light] .merch-body .merch-interest-strip b{color:var(--merch-accent-text)}:root[data-theme=light] .merch-body .merch-interest-strip:focus-visible{border-radius:var(--radius);outline:2px solid var(--merch-accent-text);outline-offset:3px}:root[data-theme=light] .merch-body .merch-interest-strip:after{border-color:var(--merch-border-light);background-color:var(--merch-interactive-bg);box-shadow:none}:root[data-theme=light] .merch-body .merch-interest-strip:hover:after{border-color:var(--merch-accent-text);background-color:var(--merch-interactive-hover)}:root[data-theme=light] .merch-body .merch-interest-disclosure[open] .merch-interest-strip{border-bottom-color:var(--merch-border-light)}:root[data-theme=light] .merch-body .merch-interest-disclosure .merch-interest-form{background:var(--merch-surface-elevated);box-shadow:none}:root[data-theme=light] .merch-body :is(.button-primary,.merch-add-button,.merch-checkout-button){border-color:var(--merch-primary-bg);background:var(--merch-primary-bg);color:var(--merch-primary-text)}:root[data-theme=light] .merch-body :is(.button-primary,.merch-add-button,.merch-checkout-button):not(:disabled):hover{border-color:var(--merch-primary-bg-hover);background:var(--merch-primary-bg-hover);color:var(--merch-primary-text)}:root[data-theme=light] .merch-body :is(.button-secondary,.merch-inline-action,.merch-icon-button){border-color:var(--merch-border-strong);background:var(--merch-interactive-bg);color:var(--merch-copy-primary)}:root[data-theme=light] .merch-body :is(.button-secondary,.merch-inline-action,.merch-icon-button):not(:disabled):hover{border-color:var(--merch-accent-text);background:var(--merch-interactive-hover);color:var(--merch-accent-text-hover)}:root[data-theme=light] .merch-body :is(.button,.merch-inline-action,.merch-icon-button,.merch-size-option,.merch-filter-chip,.merch-product-row-button,.merch-sticky-cart-button):focus-visible{outline:2px solid var(--merch-accent-text);outline-offset:3px}:root[data-theme=light] .merch-body :is(.merch-add-button,.merch-checkout-button):disabled{background:var(--merch-disabled-bg);color:var(--merch-disabled-text);opacity:1;box-shadow:none;border-color:#b69f8a}:root[data-theme=light] .merch-body .merch-size-option.is-selected,:root[data-theme=light] .merch-body .merch-radio-card.is-selected{color:var(--merch-copy-primary);background:#87350f1c;border-color:#87350fad;box-shadow:inset 0 0 0 1px #87350f1f}:root[data-theme=light] .merch-body .merch-field span,:root[data-theme=light] .merch-body .merch-option-field legend{color:var(--merch-copy-subdued)}:root[data-theme=light] .merch-body .merch-field span em{color:var(--merch-copy-secondary)}:root[data-theme=light] .merch-body :is(.merch-field input,.merch-field select,.merch-field textarea,.merch-quantity-row input){border-color:var(--merch-border-light);background-color:var(--merch-interactive-bg);color:var(--merch-copy-primary)}:root[data-theme=light] .merch-body .merch-field select{background-image:linear-gradient(45deg, transparent 50%, var(--merch-copy-primary) 50%), linear-gradient(135deg, var(--merch-copy-primary) 50%, transparent 50%)}:root[data-theme=light] .merch-body :is(.merch-field input,.merch-field textarea,.merch-quantity-row input)::placeholder{color:var(--merch-copy-subdued);opacity:1}:root[data-theme=light] .merch-body .merch-choice-field label{border-color:var(--merch-border-light);background:var(--merch-interactive-bg);color:var(--merch-copy-primary)}:root[data-theme=light] .merch-body .merch-form-status{color:var(--merch-copy-secondary)}:root[data-theme=light] .merch-body .merch-form-status.is-error,:root[data-theme=light] .merch-body .merch-store-status.is-error{color:var(--merch-error-text);background:#8b2f1c14;border-color:#8b2f1c6b}:root[data-theme=light] .merch-body .merch-checkout-status{color:var(--merch-accent-text)}:root[data-theme=light] .merch-body .merch-sizes-pending{border-color:var(--merch-border-light);background:var(--merch-surface-subtle);color:var(--merch-copy-secondary)!important}:root[data-theme=light] .merch-body .merch-cart-drawer,:root[data-theme=light] .merch-body .merch-detail-sheet{border-color:var(--merch-border-light)}:root[data-theme=light] .merch-body :is(.merch-cart-row,.merch-cart-empty,.merch-radio-card,.merch-cart-totals,.merch-detail-controls),:root[data-theme=light] .merch-body :is(.merch-cart-stepper,.merch-quantity-row){border-color:var(--merch-border-light);background:var(--merch-interactive-bg)}:root[data-theme=light] .merch-body :is(.merch-cart-stepper button,.merch-quantity-row button){background:var(--merch-interactive-bg);color:var(--merch-copy-primary)}:root[data-theme=light] .merch-body :is(.merch-cart-stepper button,.merch-quantity-row button):not(:disabled):hover{background:var(--merch-interactive-hover);color:var(--merch-accent-text)}:root[data-theme=light] .merch-body .merch-cart-remove{background:0 0;padding-inline:4px;color:var(--merch-accent-text)!important;border:0!important}:root[data-theme=light] .merch-body .merch-cart-remove:hover,:root[data-theme=light] .merch-body .merch-cart-remove:focus-visible{text-underline-offset:3px;background:0 0;text-decoration:underline;color:var(--merch-accent-text-hover)!important}:root[data-theme=light] .merch-body .merch-sticky-cart-button{border-color:var(--merch-primary-bg-hover);background:var(--merch-primary-bg);color:var(--merch-primary-text);box-shadow:0 18px 42px #493a2747}:root[data-theme=light] .merch-body .merch-sticky-cart-button em{color:var(--merch-primary-text)}:root[data-theme=light] .merch-body .merch-support-card{border-color:var(--merch-border-light);background:linear-gradient(145deg, #87350f0e, transparent 48%), var(--merch-surface-card)}:root[data-theme=light] .merch-body .merch-success-timeline p,:root[data-theme=light] .merch-body .merch-success-timeline dt{color:var(--merch-accent-text)}:root[data-theme=light] .merch-body .merch-success-timeline dd{color:var(--merch-copy-primary)}:root[data-theme=light] .rdl-body{--rdl-ink:#eee4d3;--rdl-panel:#f7f0e4;--rdl-panel-soft:#e6dac5;--rdl-cream:#272820;--rdl-orange:#a9481a;--rdl-orange-soft:#873812;--rdl-moss:#626d4f;--rdl-line:#2b2a2229;--rdl-line-strong:#2b2a2247}:root[data-theme=light] .rdl-body .site-header,:root[data-theme=light] .rdl-mobile-cta{background:#f7f0e4f0}:root[data-theme=light] .rdl-page{background:linear-gradient(#2b2a220b 1px, transparent 1px), linear-gradient(90deg, #2b2a2208 1px, transparent 1px), var(--rdl-ink)}:root[data-theme=light] .rdl-page p,:root[data-theme=light] .rdl-hero__brand,:root[data-theme=light] .rdl-hero__lede,:root[data-theme=light] .rdl-countdown span,:root[data-theme=light] .rdl-countdown small,:root[data-theme=light] .rdl-timeline span,:root[data-theme=light] .rdl-preview-grid figcaption span,:root[data-theme=light] .rdl-price-card li,:root[data-theme=light] .rdl-support-grid li,:root[data-theme=light] .rdl-price span,:root[data-theme=light] .rdl-kit-mini span,:root[data-theme=light] .rdl-final-cta .rdl-shell>span{color:var(--muted)!important}:root[data-theme=light] .rdl-included-grid article,:root[data-theme=light] .rdl-timeline-section,:root[data-theme=light] .rdl-tier-grid article,:root[data-theme=light] .rdl-audience-grid article,:root[data-theme=light] .rdl-support-grid article,:root[data-theme=light] .rdl-pricing-section,:root[data-theme=light] .rdl-price-card--upgrade,:root[data-theme=light] .rdl-final-cta,:root[data-theme=light] .rdl-kit-modal{background:var(--rdl-panel)}:root[data-theme=light] .rdl-preview-grid figure>div,:root[data-theme=light] .rdl-kit-select select,:root[data-theme=light] .rdl-course-layout li,:root[data-theme=light] .rdl-proof-row span{background:var(--field-surface);color:var(--rdl-cream)}:root[data-theme=light] .rdl-course-route{background:#f7f0e4c7}:root[data-theme=light] .rdl-hero__media,:root[data-theme=light] .rdl-route-map{--rdl-cream:#f1ecdf;--rdl-orange-soft:#f0ad68;color:var(--rdl-cream);background-color:#10120e}:root[data-theme=light] .rdl-preview-arrow{color:#f4efe6;background:#272820e6}:root[data-theme=light] .rio-onboarding-body{background:linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line-soft) 1px, transparent 1px), var(--page-bg)}:root[data-theme=light] .rio-access-transition .rio-onboarding-main{background:radial-gradient(circle at 78% 12%, #a9481a1c, transparent 34rem), var(--page-bg)}:root[data-theme=light] .rio-access-card,:root[data-theme=light] .rio-summary,:root[data-theme=light] .rio-form,:root[data-theme=light] .rio-success{background:linear-gradient(155deg, #a9481a14, transparent 48%), var(--surface-elevated);box-shadow:var(--shadow-soft)}:root[data-theme=light] .rio-hero{background:linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line-soft) 1px, transparent 1px), var(--surface-subtle)}:root[data-theme=light] .rio-step-tabs,:root[data-theme=light] .rio-product-card,:root[data-theme=light] .rio-choice-card,:root[data-theme=light] .rio-chip,:root[data-theme=light] .rio-finish-summary div,:root[data-theme=light] .rio-check-list label{background:var(--field-surface)}:root[data-theme=light] .rio-form .suc-field span em,:root[data-theme=light] .rio-form .suc-field small{color:var(--dim)}:root[data-theme=light] .team-races-body{background:radial-gradient(circle at 10% 0%, #626d4f21, transparent 24rem), radial-gradient(circle at 88% 8%, #a9481a17, transparent 22rem), var(--page-bg)}:root[data-theme=light] .team-races-hero{background:linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line-soft) 1px, transparent 1px), linear-gradient(135deg, #626d4f17, transparent 28rem), #e6dac5b8}:root[data-theme=light] .team-race-card,:root[data-theme=light] .team-races-empty,:root[data-theme=light] .team-races-grid-state,:root[data-theme=light] .team-race-modal{background:linear-gradient(155deg, #a9481a12, transparent 44%), var(--surface-elevated);box-shadow:var(--shadow-soft)}:root[data-theme=light] .team-race-card-date,:root[data-theme=light] .team-race-person-chip,:root[data-theme=light] .team-race-suggestion,:root[data-theme=light] .team-race-selected,:root[data-theme=light] .team-race-choice-chip,:root[data-theme=light] .team-race-role-group,:root[data-theme=light] .team-race-modal-goals li,:root[data-theme=light] .team-race-modal-close{background:var(--field-surface)}:root[data-theme=light] .team-race-suggestion:hover,:root[data-theme=light] .team-race-suggestion:focus-visible,:root[data-theme=light] .team-race-choice-chip.is-selected{background:linear-gradient(135deg,#a9481a1f,#0000 78%),#fffcf6a3}:root[data-theme=light] .cougar-cup-body{background:linear-gradient(180deg, #a9481a12, transparent 18rem), linear-gradient(90deg, #626d4f12, transparent 34rem), var(--page-bg)}:root[data-theme=light] .cougar-loading-screen{background:radial-gradient(circle at 50% 36%, #a9481a1a, transparent 28rem), linear-gradient(180deg, var(--surface-elevated), var(--page-bg))}:root[data-theme=light] .cougar-loading-inner p,:root[data-theme=light] .cougar-ballot-loading{color:var(--text)}:root[data-theme=light] :is(.cougar-trophy-card,.cougar-prize-card,.cougar-prize-teaser,.cougar-support-card,.cougar-card,.cougar-info-surface,.cougar-form-card,.cougar-modal){background:linear-gradient(145deg, #a9481a17, transparent 54%), var(--surface-elevated);box-shadow:var(--shadow-soft)}:root[data-theme=light] :is(.cougar-prize-thumb,.cougar-score-item,.cougar-info-list li,.cougar-info-tabs,.cougar-tabs,.cougar-podium-card,.cougar-podium-grid fieldset,.cougar-summary-card,.cougar-receipt-chips span,.cougar-mini-stat,.cougar-admin-summary span,.cougar-pick-panel,.cougar-public-row,.cougar-leaderboard li,.cougar-tiebreak-card,.cougar-results-time-pair,.cougar-results-stat-grid article,.cougar-race-result-card){background:var(--field-surface)}:root[data-theme=light] .cougar-field input,:root[data-theme=light] .cougar-field select,:root[data-theme=light] .cougar-combo-clear{background:var(--field-surface);color:var(--field-text)}:root[data-theme=light] .cougar-combo-list{background:var(--surface-elevated);box-shadow:var(--shadow-strong)}:root[data-theme=light] .cougar-results-hero{background:linear-gradient(145deg, #a9481a24, #fffcf642 48%), repeating-linear-gradient(135deg, #2b2a2209 0 1px, transparent 1px 22px), var(--surface-elevated)}:root[data-theme=light] .cougar-locked,:root[data-theme=light] .cougar-winner{background:linear-gradient(145deg, #a9481a29, transparent 62%), var(--surface-elevated)}:root[data-theme=light] .cougar-modal-backdrop{background:#27282085}:root[data-theme=light] .cougar-share-status{color:#f0ad68;background:#272820e6}:root[data-theme=light] .cougar-tiebreak-card-head span,:root[data-theme=light] .cougar-leaderboard li.is-winner em,:root[data-theme=light] .cougar-results-time-pair em[data-direction=faster]{color:#376b39}:root[data-theme=light] .cougar-status,:root[data-theme=light] .cougar-results-time-pair em[data-direction=slower]{color:#9d321c}:root[data-theme] body,:root[data-theme] .site-header,:root[data-theme] .site-footer,:root[data-theme] :is(.section-block,.coach-section,.events-card,.merch-product-row,.cougar-card){transition:background-color .16s,border-color .16s,color .16s}@media (prefers-reduced-motion:reduce){:root[data-theme] body,:root[data-theme] .site-header,:root[data-theme] .site-footer,:root[data-theme] :is(.section-block,.coach-section,.events-card,.merch-product-row,.cougar-card){transition:none}}
