*{box-sizing:border-box;margin:0;padding:0}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{background:var(--bg-base,#0d0d0d);color:var(--chess-light,#f5e6c8);margin:0}:root{--chess-dark:#0d0d0d;--chess-light:#f5e6c8;--chess-gold:#c8943a;--chess-navy:#1a1a2e;--chess-walnut:#4a3728;--chess-muted:#8a7a6a;--content-max-width:1240px;--bg-base:#0d0d0d;--bg-raised:#101010;--bg-deep:#0a0a0a;--bg-navy:#111118;--bg-quote:#080808;--page-gutter:clamp(1.5rem, 4vw, 2.5rem);--border-subtle:#1e1e1e;--border-medium:#2a2a2a;--border-strong:#3a3a3a;--surface-card:#0f0f0f;--surface-panel:#0a0a0a;--surface-elevated:#141414;--text-on-accent:#0d0d0d;--text-on-gold:#0d0d0d;--board-square-light:#f0d9b5;--board-square-dark:#b58863;--hero-board-opacity:.06;--hero-board-dark-opacity:.35;--hero-board-light:#f0d9b5;--hero-board-dark:#b58863;--cta-gradient-end:#0f0e14;--modal-scrim:#000000bf;--testi-checker-light:#1a1a1a;--testi-checker-dark:#141414;--surface-card-hover:#121218}[data-theme=light]{--chess-dark:#f7f2ea;--chess-light:#1a1410;--chess-gold:#a87228;--chess-navy:#e8e4dc;--chess-walnut:#6b5344;--chess-muted:#6b5d52;--bg-base:#f7f2ea;--bg-raised:#f0ebe3;--bg-deep:#ebe5dc;--bg-navy:#e4dfd6;--bg-quote:#f2ede5;--border-subtle:#d4cdc3;--border-medium:#c4bbb0;--border-strong:#a89f94;--surface-card:#fff;--surface-panel:#f0ebe3;--surface-elevated:#fff;--text-on-accent:#f7f2ea;--text-on-gold:#f7f2ea;--board-square-light:#f0d9b5;--board-square-dark:#b58863;--hero-board-opacity:.62;--hero-board-dark-opacity:1;--hero-board-light:#e8d0a8;--hero-board-dark:#9a7148;--cta-gradient-end:#e8e4dc;--modal-scrim:#1a14108c;--testi-checker-light:#e8e2d8;--testi-checker-dark:#ddd6ca;--surface-card-hover:#ebe5dc}.skip-link{width:1px;height:1px;position:absolute;top:auto;left:-9999px;overflow:hidden}.skip-link:focus-visible{z-index:9999;background:var(--chess-gold);width:auto;height:auto;color:var(--text-on-accent);outline:2px solid var(--bg-base);outline-offset:2px;padding:.65rem 1.25rem;font-size:.85rem;font-weight:600;position:fixed;top:1rem;left:1rem;overflow:visible}.btn-primary:focus-visible,.btn-ghost:focus-visible,.cta-btn:focus-visible,.card-cta:focus-visible,.nav-links a:focus-visible,.modal-close:focus-visible,.theme-toggle:focus-visible,.youtube-meta-cta:focus-visible{outline:2px solid var(--chess-gold);outline-offset:2px}.site{background:var(--bg-base);color:var(--chess-light);width:100%;min-height:100vh;font-family:Inter,sans-serif;overflow-x:clip}.site-container{width:100%;max-width:var(--content-max-width);padding-inline:var(--page-gutter);box-sizing:border-box;margin:0 auto}.site-band{width:100%}.site-band--bordered{border-bottom:.5px solid var(--border-medium);background:var(--bg-base)}.site-band--hero{background:var(--bg-base)}.site-band--coaching{background:var(--bg-deep);position:relative;overflow:hidden}.nav-logo-piece{fill:var(--chess-gold);flex-shrink:0;width:auto;height:3cap;margin-right:-.12em;display:block}.nav{grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding:1.25rem 0;display:grid}.nav-logo{letter-spacing:.04em;color:var(--chess-light);justify-self:start;align-items:center;gap:.1rem;font-family:Playfair Display,serif;font-size:1.1rem;text-decoration:none;display:inline-flex}.nav-logo span:not(.nav-logo-piece){color:var(--chess-gold)}.nav-links{justify-content:center;justify-self:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:var(--chess-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.85rem;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--chess-light)}.nav-cta{justify-self:end}.nav-actions{justify-self:end;align-items:center;gap:.75rem;display:flex}.theme-toggle{--toggle-width:4.1rem;--thumb-size:1.45rem;--toggle-pad:.15rem;width:var(--toggle-width);height:calc(var(--thumb-size) + var(--toggle-pad) * 2);padding:var(--toggle-pad);cursor:pointer;border:none;border-radius:999px;flex-shrink:0;transition:background-color .3s,box-shadow .2s;display:block;position:relative;overflow:hidden}.theme-toggle--light{background:#e5e5e5}.theme-toggle--dark{box-shadow:inset 0 0 0 1px var(--border-strong);background:#0d0d0d}.theme-toggle:hover{filter:brightness(.97)}.theme-toggle--dark:hover{filter:brightness(1.15)}.theme-toggle-label{letter-spacing:.03em;text-transform:uppercase;pointer-events:none;font-family:Inter,sans-serif;font-size:.58rem;font-weight:700;line-height:1;transition:color .3s,left .3s,right .3s;position:absolute;top:50%;transform:translateY(-50%)}.theme-toggle--light .theme-toggle-label{color:#0d0d0d;left:.45rem;right:auto}.theme-toggle--dark .theme-toggle-label{color:#fff;left:auto;right:.4rem}.theme-toggle-thumb{top:var(--toggle-pad);left:var(--toggle-pad);width:var(--thumb-size);height:var(--thumb-size);color:#0d0d0d;background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s;display:flex;position:absolute;transform:translate(0);box-shadow:0 1px 4px #00000024}.theme-toggle--light .theme-toggle-thumb{transform:translateX(calc(var(--toggle-width) - var(--thumb-size) - var(--toggle-pad) * 2))}.theme-toggle--dark .theme-toggle-thumb{box-shadow:none;border:1px solid #0d0d0d}.theme-toggle-icon{width:.8rem;height:.8rem}@media (prefers-reduced-motion:reduce){.theme-toggle,.theme-toggle-label,.theme-toggle-thumb{transition:none}}@media (width<=480px){.theme-toggle{--toggle-width:3.9rem;--thumb-size:1.35rem;--toggle-pad:.12rem}.theme-toggle-label{font-size:.52rem}.theme-toggle--light .theme-toggle-label{left:.4rem}.theme-toggle--dark .theme-toggle-label{right:.35rem}.theme-toggle-icon{width:.72rem;height:.72rem}}.hero{align-items:center;min-height:460px;padding:4.5rem 0 3.5rem;display:flex;position:relative;overflow:hidden}.hero-board-area{--board-size:min(460px, 55vw);width:var(--board-size);aspect-ratio:1;position:absolute;top:50%;right:0;transform:translateY(-50%)}.hero-board-bg{opacity:var(--hero-board-opacity);grid-template-rows:repeat(8,1fr);grid-template-columns:repeat(8,1fr);display:grid;position:absolute;inset:0}.hero-board-knight{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.hero-board-bg .sq{aspect-ratio:1}.hero-board-bg .sq.light{background:var(--hero-board-light)}.hero-board-bg .sq.dark{background:var(--hero-board-dark);opacity:var(--hero-board-dark-opacity)}.hero-content{z-index:2;max-width:560px;position:relative}.hero-eyebrow{color:var(--chess-gold);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-family:JetBrains Mono,monospace;font-size:.75rem;display:flex}.hero-eyebrow:before{content:"";background:var(--chess-gold);width:24px;height:1px;display:block}.hero-eyebrow-knight{display:none}.hero-title{color:var(--chess-light);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(2.6rem,5vw,3.8rem);line-height:1.1}.hero-title em{color:var(--chess-gold);font-style:italic}.hero-body{color:var(--chess-muted);max-width:420px;margin-bottom:2.25rem;font-size:1rem;line-height:1.75}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.btn-primary{background:var(--chess-gold);color:var(--text-on-accent);cursor:pointer;letter-spacing:.04em;border:none;padding:.8rem 1.75rem;font-size:.85rem;font-weight:600}.btn-ghost{color:var(--chess-light);border:.5px solid var(--border-strong);cursor:pointer;letter-spacing:.04em;background:0 0;align-items:center;gap:.5rem;padding:.8rem 1.75rem;font-size:.85rem;display:flex}.btn-ghost:hover{border-color:var(--chess-gold);color:var(--chess-gold)}.btn-primary,.btn-ghost{text-decoration:none}.knight-shape{background-color:var(--chess-gold);filter:drop-shadow(0 8px 24px #0006);opacity:.95;width:52%;height:52%;transform:scaleX(-1);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.stats-bar{border-top:.5px solid var(--border-subtle);border-bottom:.5px solid var(--border-subtle);background:var(--bg-raised)}.stats-bar-inner{text-align:center;grid-template-columns:repeat(3,1fr);display:grid}.stat-item{border-right:.5px solid var(--border-subtle);flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:1.75rem 1.5rem;display:flex}.stat-piece{color:var(--chess-gold);opacity:.55;font-size:1.35rem;line-height:1}.stat-item:last-child{border-right:none}.stat-num{color:var(--chess-light);font-family:JetBrains Mono,monospace;font-size:2rem;font-weight:500}.stat-num span{color:var(--chess-gold)}.stat-num--loading{justify-content:center;align-items:center;min-height:2.4rem;display:flex}.stat-loader{width:18px;height:18px}.stat-label{color:var(--chess-muted);text-transform:uppercase;letter-spacing:.08em;margin-top:.25rem;font-size:.78rem}.section{padding:5rem 0}.site-band--coaching .section,.testimonials .section,.stream-section .section,.youtube-section .section,.about-section .section{padding:3.5rem 0}.section-eyebrow{color:var(--chess-gold);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:.65rem;margin-bottom:.75rem;font-family:JetBrains Mono,monospace;font-size:.72rem;display:flex}.section-eyebrow:before{content:"";background:linear-gradient(90deg, var(--chess-gold) 50%, transparent 50%), linear-gradient(var(--chess-gold) 50%, transparent 50%);opacity:.85;background-repeat:no-repeat;background-size:50% 100%,100% 50%;flex-shrink:0;width:9px;height:9px}.section-title{color:var(--chess-light);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2rem}.section-sub{color:var(--chess-muted);max-width:520px;font-size:.9rem;line-height:1.7}.section-intro{max-width:40rem}.section-intro .section-sub{max-width:none}.stream-section-inner .section-intro{margin-bottom:0}.coaching-grid{background:var(--border-subtle);grid-template-columns:repeat(3,1fr);gap:1px;margin-top:3rem;display:grid}.coaching-card{background:var(--surface-card);flex-direction:column;min-height:100%;padding:2rem 1.75rem;display:flex;position:relative}@media (hover:hover){.coaching-card:hover{background:var(--surface-card-hover)}[data-theme=light] .coaching-card:hover{box-shadow:inset 0 0 0 1px var(--border-medium);background:#faf8f5}}.card-icon{color:var(--chess-gold);margin-bottom:1.25rem;font-size:1.25rem}.card-title{color:var(--chess-light);margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.15rem}.card-desc{color:var(--chess-muted);margin-bottom:1.5rem;font-size:.83rem;line-height:1.7}.card-price{color:var(--chess-gold);margin-top:auto;margin-bottom:1.25rem;font-family:JetBrains Mono,monospace;font-size:.8rem}.card-cta{text-align:center;box-sizing:border-box;flex-shrink:0;justify-content:center;align-items:center;width:100%;min-height:3rem;padding:.75rem 1rem;font-family:inherit;line-height:1.35;display:flex}.card-cta-note{color:var(--chess-muted);margin:.75rem 0 0;font-size:.75rem;line-height:1.55}.modal-program-name{color:var(--chess-light);margin:0;font-family:Playfair Display,serif;font-size:1.05rem}.card-tag{background:var(--chess-gold);color:var(--text-on-accent);letter-spacing:.06em;text-transform:uppercase;padding:.2rem .6rem;font-size:.65rem;font-weight:600;position:absolute;top:1.25rem;right:1.25rem}.stream-section{border-top:.5px solid var(--border-subtle);background:var(--bg-base);position:relative;overflow:hidden}.chess-motif{pointer-events:none;z-index:0;position:absolute;inset:0}.chess-motif--pieces{-webkit-mask-image:radial-gradient(70% 65% at 50% 45%,#000 15%,#0000 68%);mask-image:radial-gradient(70% 65% at 50% 45%,#000 15%,#0000 68%)}.chess-motif--pieces .chess-piece-floating{color:var(--chess-gold);opacity:.055;-webkit-user-select:none;user-select:none;font-size:clamp(3rem,8vw,5.5rem);line-height:1;position:absolute}.chess-piece-floating--tl{top:10%;left:6%;transform:rotate(-18deg)}.chess-piece-floating--tr{top:12%;right:6%;transform:rotate(14deg)}.chess-piece-floating-knight{width:.85em;height:.85em;font-size:inherit;justify-content:center;align-items:center;display:flex}.knight-shape--floating{opacity:1;filter:none;width:100%;height:100%;transform:scaleX(-1)}.chess-piece-floating--bl{bottom:10%;left:7%;transform:rotate(12deg)}.chess-piece-floating--br{bottom:12%;right:7%;transform:rotate(-16deg)}.site-band--coaching .section,.stream-section-inner,.youtube-section-inner,.about-section-inner,.testimonials .section,.cta-section .section{z-index:1;position:relative}.stream-section-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.stream-section-inner>*,.youtube-section-inner>*,.about-section-inner>*{min-width:0}.youtube-section{border-top:.5px solid var(--border-subtle);background:var(--bg-navy)}.youtube-section-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-section{border-top:.5px solid var(--border-subtle);background:var(--bg-raised)}.about-section-inner{grid-template-rows:auto auto auto auto;grid-template-columns:auto 1fr;align-items:start;gap:1.5rem 3rem;display:grid}.about-photo-wrap{aspect-ratio:4/5;border:.5px solid var(--border-subtle);background:var(--surface-panel);flex-shrink:0;grid-area:2/1;width:26rem;max-width:100%;position:relative;overflow:hidden}.about-photo-wrap picture{width:100%;height:100%;display:block}.about-photo{object-fit:cover;object-position:center 22%;width:100%;height:100%;display:block}.about-photo-caption{display:none}.about-intro{grid-area:1/1/auto/-1;min-width:0}.about-body{grid-area:2/2;min-width:0}.about-intro .section-title{margin-bottom:.75rem}.about-body{flex-direction:column;gap:1rem;display:flex}.about-body p{color:var(--chess-muted);margin:0;font-size:.95rem;line-height:1.75}.about-highlights{grid-area:3/1/auto/-1;grid-template-columns:repeat(4,1fr);gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.about-highlight{border:.5px solid var(--border-medium);text-align:center;background:#0003;border-radius:.65rem;padding:1rem .65rem}.about-highlight-label{letter-spacing:.1em;text-transform:uppercase;color:var(--chess-muted);margin-bottom:.4rem;font-family:JetBrains Mono,monospace;font-size:.62rem;display:block}.about-highlight-value{color:var(--chess-light);font-family:Playfair Display,serif;font-size:1rem;line-height:1.25;display:block}.about-board-rank{grid-area:4/1/auto/-1;justify-content:center;margin-top:.5rem;display:flex}.youtube-video{aspect-ratio:16/9;background:var(--surface-panel);border:.5px solid var(--border-subtle);width:100%;color:inherit;text-decoration:none;display:block;position:relative;overflow:hidden}.youtube-video-thumb{object-fit:cover;width:100%;height:100%;display:block}.youtube-video-play{color:var(--text-on-accent);background:var(--chess-gold);opacity:.92;border-radius:50%;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;margin:auto;font-size:1.35rem;transition:transform .2s,opacity .2s;display:flex;position:absolute;inset:0;box-shadow:0 8px 24px #00000073}.youtube-video:hover .youtube-video-play{opacity:1;transform:scale(1.06)}.youtube-video--loading,.youtube-video-fallback{color:var(--chess-muted);text-align:center;box-sizing:border-box;justify-content:center;align-items:center;gap:.75rem;padding:1.5rem;font-size:.85rem;display:flex}.youtube-video-fallback{min-height:12rem;line-height:1.7}.youtube-meta{flex-direction:column;gap:.65rem;max-width:32rem;margin-top:1.75rem;display:flex}.youtube-meta-title{color:var(--chess-light);font-family:Playfair Display,serif;font-size:clamp(1.15rem,2vw,1.45rem);font-weight:500;line-height:1.35}.youtube-meta-date{color:var(--chess-muted);font-size:.78rem}.youtube-meta-cta{letter-spacing:.05em;text-transform:uppercase;color:var(--text-on-accent);background:var(--chess-gold);align-self:flex-start;margin-top:.35rem;padding:.55rem 1rem;font-size:.78rem;font-weight:600;text-decoration:none;display:inline-flex}.stream-frame{background:linear-gradient(155deg,#6b4f1a 0%,#b8893a 12%,#e8c878 28%,#c8943a 48%,#f2dc98 55%,#c8943a 72%,#8a6428 88%,#a87830 100%);padding:.85rem .95rem 1rem;position:relative;box-shadow:0 20px 50px #0000008c,0 6px 16px #00000059,inset 0 1px #ffe1aa73,inset 0 -2px 4px #00000059}.stream-frame:before{content:"";box-shadow:inset 0 0 0 2px var(--chess-walnut), inset 0 0 0 3px #0c0a08, inset 0 0 0 5px #2a1f14;pointer-events:none;z-index:2;border:1px solid #1a1208;position:absolute;inset:.45rem}.stream-frame-corner{z-index:3;pointer-events:none;width:1.35rem;height:1.35rem;position:absolute}.stream-frame-corner:before,.stream-frame-corner:after{content:"";background:linear-gradient(90deg, #f0d890, var(--chess-gold), #8a6428);position:absolute;box-shadow:0 0 6px #c8943a59}.stream-frame-corner:before{width:100%;height:2px}.stream-frame-corner:after{width:2px;height:100%}.stream-frame-corner--tl{top:.55rem;left:.55rem}.stream-frame-corner--tl:before,.stream-frame-corner--tl:after{top:0;left:0}.stream-frame-corner--tr{top:.55rem;right:.55rem}.stream-frame-corner--tr:before,.stream-frame-corner--tr:after{top:0;right:0}.stream-frame-corner--bl{bottom:.55rem;left:.55rem}.stream-frame-corner--bl:before,.stream-frame-corner--bl:after{bottom:0;left:0}.stream-frame-corner--br{bottom:.55rem;right:.55rem}.stream-frame-corner--br:before,.stream-frame-corner--br:after{bottom:0;right:0}.stream-player{background:var(--surface-panel);aspect-ratio:16/9;z-index:1;position:relative;overflow:hidden;box-shadow:inset 0 0 24px #000000a6}.stream-player iframe{border:none;width:100%;height:100%;display:block}.live-dot{background:#e05252;border-radius:50%;width:6px;height:6px;margin-right:6px;animation:1.5s ease-in-out infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@media (prefers-reduced-motion:reduce){.live-dot{animation:none}.schedule-loader{border-top-color:var(--chess-gold);animation:none}}.stream-schedule{max-width:32rem;margin-top:1.75rem;list-style:none}.stream-schedule-loading{color:var(--chess-muted);letter-spacing:.06em;align-items:center;gap:.75rem;padding:.85rem 0;font-family:JetBrains Mono,monospace;font-size:.72rem;display:flex}.schedule-loader{border:1.5px solid var(--border-medium);border-top-color:var(--chess-gold);border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.8s linear infinite schedule-spin}@keyframes schedule-spin{to{transform:rotate(360deg)}}.stream-schedule li{border-bottom:.5px solid var(--border-subtle);padding:.85rem 0 .85rem 1.15rem;position:relative}.stream-schedule li:before{content:"";background:var(--chess-gold);opacity:.45;width:7px;height:7px;position:absolute;top:1.05rem;left:0}.stream-schedule li:nth-child(2n):before{background:var(--chess-light);opacity:.2}.stream-schedule-loading:before{display:none}.stream-schedule .day{color:var(--chess-muted);letter-spacing:.06em;margin-bottom:.35rem;font-family:JetBrains Mono,monospace;font-size:.72rem;line-height:1.4;display:block}.stream-schedule .topic{color:var(--chess-light);font-size:.82rem;line-height:1.5;display:block}.stream-schedule .live-badge{color:#e05252;letter-spacing:.08em;text-transform:uppercase;margin-left:.5rem;font-family:JetBrains Mono,monospace;font-size:.62rem}.testimonials{border-top:.5px solid var(--border-subtle);background-color:var(--testi-checker-light);background-image:repeating-conic-gradient(var(--testi-checker-light) 0% 25%, var(--testi-checker-dark) 0% 50%);background-size:48px 48px;position:relative;overflow:hidden}.testimonials .section-eyebrow{text-align:center;justify-content:center;gap:.75rem}.testimonials .section-title{text-align:center}.testimonials .section-eyebrow:before,.testimonials .section-eyebrow:after{content:"";background:var(--chess-gold);opacity:1;flex-shrink:0;width:24px;height:1px;display:block}.testi-carousel{box-sizing:border-box;width:100%;margin-top:3rem;overflow:hidden}.testi-carousel-controls{position:relative}.testi-arrow{display:none}.testi-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;box-sizing:border-box;gap:0;margin-top:0;scroll-padding-inline:0;display:flex;overflow-x:auto}.testi-grid::-webkit-scrollbar{display:none}.testi-carousel .testi-card{scroll-snap-align:start;scroll-snap-stop:always;box-sizing:border-box;flex:0 0 100%;width:100%;min-width:0;max-width:100%}.testi-card--empty{border-style:dashed;border-color:var(--border-medium);background:0 0;min-height:12rem}.testi-card{background:var(--surface-card);border:.5px solid var(--border-subtle);text-align:center;padding:1.75rem}.testi-stars{color:var(--chess-gold);letter-spacing:.05em;margin-bottom:.85rem;font-size:.85rem}.testi-text{color:var(--chess-muted);margin-bottom:1.25rem;font-size:.85rem;font-style:italic;line-height:1.75}.testi-author{color:var(--chess-light);font-size:.78rem;font-weight:500}.testi-rating{color:var(--chess-gold);margin-top:.55rem;font-family:JetBrains Mono,monospace;font-size:.7rem}.testi-dots{justify-content:center;align-items:center;gap:.55rem;margin-top:1rem;padding-inline:0;display:flex}.testi-dot{background:var(--chess-muted);cursor:pointer;border:none;border-radius:999px;width:.45rem;height:.45rem;padding:0;transition:background-color .2s,transform .2s}.testi-dot--active{background:var(--chess-gold);transform:scale(1.15)}.testi-dot:focus-visible{outline:2px solid var(--chess-gold);outline-offset:2px}@media (width>=901px){.testi-carousel-controls{box-sizing:border-box;padding-inline:3.25rem}.testi-arrow{z-index:2;border:1.5px solid var(--chess-gold);background:var(--surface-card);width:2.5rem;height:2.5rem;color:var(--chess-gold);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:border-color .2s,background-color .2s,color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.testi-arrow--prev{left:0}.testi-arrow--next{right:0}.testi-arrow:hover{background:var(--chess-gold);color:var(--text-on-accent)}.testi-arrow:focus-visible{outline:2px solid var(--chess-gold);outline-offset:2px}.testi-arrow-icon{font-family:JetBrains Mono,monospace;font-size:1.1rem;line-height:1}}.cta-section{border-top:.5px solid var(--border-subtle);text-align:center;background:linear-gradient(180deg, var(--bg-quote) 0%, var(--cta-gradient-end) 55%, var(--bg-navy) 100%);position:relative;overflow:hidden}.cta-title{color:var(--chess-light);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2.5rem}.cta-title em{color:var(--chess-gold);font-style:italic}.cta-sub{color:var(--chess-muted);margin-bottom:2.5rem;font-size:.9rem}.cta-btn{background:var(--chess-gold);color:var(--text-on-accent);cursor:pointer;letter-spacing:.04em;box-sizing:border-box;border:none;min-width:25rem;padding:1rem 3rem;font-size:.9rem;font-weight:600;display:inline-block}.cta-board-rank{border:.5px solid var(--border-medium);width:fit-content;display:flex}.cta-board-square{box-sizing:border-box;flex:0 0 2.25rem;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.cta-board-square.light{background:color-mix(in srgb, var(--board-square-light) 18%, transparent)}.cta-board-square.dark{background:color-mix(in srgb, var(--board-square-dark) 12%, transparent)}.cta-board-square span{color:var(--chess-gold);opacity:.75;font-size:1.2rem;line-height:1}.footer{border-top:.5px solid var(--border-subtle);background:var(--bg-deep)}.footer-inner{justify-content:space-between;align-items:center;padding:2rem 0;display:flex}.footer-logo{color:var(--chess-muted);align-items:center;gap:.28rem;font-family:Playfair Display,serif;font-size:.95rem;text-decoration:none;display:inline-flex}.footer-links{align-items:center;gap:1.5rem;display:flex}.footer-link{letter-spacing:.06em;color:var(--chess-muted);font-family:JetBrains Mono,monospace;font-size:.7rem;text-decoration:none;transition:color .2s}.footer-link:hover,.footer-link:focus-visible{color:var(--chess-gold);outline:none}.footer-logo-piece{fill:var(--chess-gold);opacity:.7;flex-shrink:0;width:auto;height:1cap;display:block}.footer-logo span{color:var(--chess-gold)}.footer-notation{color:var(--chess-gold);opacity:.45;margin-right:.5rem;font-family:JetBrains Mono,monospace}.footer-note{color:var(--chess-muted);letter-spacing:.06em;font-family:JetBrains Mono,monospace;font-size:.7rem}.divider{background:var(--border-subtle);height:.5px}@media (width<=1250px) and (width>=901px){:root{--page-gutter:clamp(2rem, 5vw, 3rem);--tablet-inset:1.25rem}.section-intro,.hero-content{padding-inline:var(--tablet-inset);box-sizing:border-box}.hero-board-area{right:var(--tablet-inset)}.nav,.stats-bar-inner{padding-inline:var(--tablet-inset);box-sizing:border-box}.coaching-grid{margin-inline:var(--tablet-inset);box-sizing:border-box;width:auto}.testimonials .section>.section-eyebrow,.testimonials .section>.section-title,.testi-carousel{padding-inline:var(--tablet-inset);box-sizing:border-box}.stream-frame,.youtube-video{margin-inline:var(--tablet-inset);box-sizing:border-box;width:auto}.cta-section .section>*,.footer-inner{padding-inline:var(--tablet-inset);box-sizing:border-box}.about-section-inner{grid-template-rows:auto auto auto auto;grid-template-columns:auto 1fr;gap:1rem 2rem}.about-photo-wrap{aspect-ratio:4/5;width:min(16rem,32vw);max-width:100%;margin-inline:var(--tablet-inset) 0;border-radius:0;grid-area:2/1}.about-photo{object-position:center 22%}.about-intro{grid-area:1/1/auto/-1;margin-bottom:0}.about-intro .section-title{margin-bottom:.5rem}.about-body{padding-inline:0 var(--tablet-inset);grid-area:2/2}.about-intro.section-intro{padding-inline:var(--tablet-inset);box-sizing:border-box}.about-highlights{padding-inline:var(--tablet-inset);box-sizing:border-box;grid-area:3/1/auto/-1}.about-board-rank{padding-inline:var(--tablet-inset);box-sizing:border-box;grid-area:4/1/auto/-1}.stream-section-inner,.youtube-section-inner{gap:2.5rem}}@media (width<=1250px){.site-band--coaching .section-intro{width:100%;max-width:none}.coaching-grid{box-sizing:border-box;width:auto;margin-inline:.5rem}.coaching-card{padding:2rem 1.25rem}.coaching-card .card-tag{top:2rem;right:1.25rem}}@media (width<=900px){.section{padding:4rem 0}.section-intro{box-sizing:border-box;width:100%;max-width:none;margin-bottom:.5rem;padding-inline:1.25rem}.section-title{text-wrap:balance;margin-bottom:.85rem;font-size:clamp(1.55rem,4.2vw,1.85rem);line-height:1.2}.section-sub{max-width:none;font-size:.92rem;line-height:1.75}.testimonials .section>.section-eyebrow,.testimonials .section>.section-title{box-sizing:border-box;padding-inline:1.25rem}.testi-carousel{margin-top:2rem;padding-inline:1.25rem}.nav{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding:1.25rem 0;display:flex;position:relative}.nav-logo{order:1;justify-self:auto;font-size:1.05rem}.nav-links{border-top:.5px solid var(--border-medium);flex-wrap:wrap;order:2;justify-content:center;justify-self:auto;gap:1.5rem;width:100%;padding:1.25rem 0 0}.nav-cta{display:none}.nav-actions{top:1.25rem;right:var(--page-gutter);order:unset;position:absolute}.hero{text-align:center;flex-direction:column;align-items:center;min-height:auto;padding:2.5rem 0 2rem}.site-band--coaching .section,.testimonials .section,.stream-section .section,.youtube-section .section,.about-section .section{padding:2.75rem 0}.hero-content{box-sizing:border-box;order:1;width:100%;max-width:100%}.hero-eyebrow{justify-content:center}.hero-eyebrow:before{display:none}.hero-eyebrow-knight{opacity:.95;filter:none;flex-shrink:0;width:.95rem;height:.95rem;display:block;transform:scaleX(-1)}.hero-body{margin-left:auto;margin-right:auto}.hero-actions{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:100%}.hero-actions .btn-primary,.hero-actions .btn-ghost{box-sizing:border-box;text-align:center;flex:none;justify-content:center;width:98%;min-width:0;max-width:98%}.hero-board-area{display:none}.stats-bar{background:0 0;border-top:none;border-bottom:none}.stats-bar-inner{box-sizing:border-box;grid-template-columns:repeat(3,1fr);gap:.5rem;padding:.5rem 1.25rem .75rem}.stat-item{background:var(--surface-elevated);border:none;border-radius:.5rem;gap:.15rem;padding:.7rem .35rem;box-shadow:0 6px 20px #00000073,0 2px 6px #0000004d}.stat-piece{opacity:.45;font-size:.8rem}.stat-num{font-size:1.15rem;line-height:1.2}.stat-num--loading{min-height:1.35rem}.stat-loader{width:14px;height:14px}.stat-label{letter-spacing:.05em;margin-top:.1rem;font-size:.58rem;line-height:1.25}.site-band--coaching .section-intro{margin-bottom:.35rem}.site-band--coaching .section-sub{font-size:.85rem;line-height:1.55}.coaching-grid{margin-top:1rem;box-sizing:border-box;background:0 0;grid-template-columns:1fr;gap:.5rem;width:auto;margin-inline:1.25rem}.coaching-card{border:.5px solid var(--border-subtle);border-radius:.5rem;min-height:0;padding:.75rem 1rem}[data-theme=light] .coaching-card:hover{box-shadow:none;border-color:var(--border-medium)}.coaching-card .card-tag{padding:.15rem .4rem;font-size:.55rem;top:.65rem;right:.75rem}.site-band--coaching .card-icon{margin-bottom:.3rem;font-size:.9rem}.site-band--coaching .card-title{margin-bottom:.35rem;font-size:.95rem;line-height:1.2}.site-band--coaching .card-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.45rem;font-size:.72rem;line-height:1.45;display:-webkit-box;overflow:hidden}.site-band--coaching .card-price{margin-top:0;margin-bottom:.45rem;font-size:.72rem;line-height:1.2}.site-band--coaching .card-cta{min-height:2.35rem;padding:.5rem .65rem;font-size:.72rem;line-height:1.25}.site-band--coaching .card-cta-note{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.4rem;font-size:.62rem;line-height:1.35;display:-webkit-box;overflow:hidden}.stream-section-inner,.youtube-section-inner,.about-section-inner{grid-template-rows:none;grid-template-columns:1fr;gap:1.25rem 0}.about-photo-wrap{aspect-ratio:439/603;border:.5px solid var(--border-subtle);border-radius:.65rem;grid-area:auto/1;width:auto;max-width:none;margin-inline:1.25rem}.about-photo{object-position:center center}.about-photo-caption{pointer-events:none;background:linear-gradient(#0000 42%,#0a0a0a8c 70%,#0a0a0aeb 100%);flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:1.5rem 1.25rem;display:flex;position:absolute;inset:0}.about-photo-name{color:var(--chess-light);margin:0 0 .25rem;font-family:Playfair Display,serif;font-size:clamp(1.35rem,4vw,1.75rem);line-height:1.15}.about-photo-subtitle{color:var(--chess-muted);margin:0;font-size:.9rem}.about-intro.section-intro{box-sizing:border-box;grid-area:auto/1;width:100%;max-width:none;margin-bottom:0;padding-inline:1.25rem}.about-body{box-sizing:border-box;grid-area:auto/1;padding-inline:1.25rem;font-size:.92rem;line-height:1.75}.about-highlights{box-sizing:border-box;grid-area:auto/1;padding-inline:1.25rem}.about-board-rank{box-sizing:border-box;grid-area:auto/1;margin-top:.25rem;padding-inline:1.25rem}.youtube-section-inner>.section-intro{order:-1}.youtube-video{box-sizing:border-box;width:100%;max-width:100%}.stream-frame{box-sizing:border-box;width:auto;margin-inline:1.25rem}.cta-btn{width:min(25rem,100%);min-width:0;max-width:100%;padding-inline:1.5rem}.cta-section{text-align:center}.cta-title{font-size:2rem}.footer-inner{text-align:center;flex-direction:column;gap:.75rem;padding:1.5rem 0}}@media (width<=900px) and (width>=601px){.testi-carousel{margin-top:2.25rem}.testi-card{padding:1.5rem 1.25rem}}@media (width<=600px){:root{--page-gutter:1.25rem}.nav-links{gap:1rem 1.25rem}.hero{padding:2.25rem 0 2rem}.hero-title{font-size:clamp(2.1rem,9vw,2.8rem)}.hero-body{font-size:.95rem}.stat-num{font-size:1.05rem}.stat-label{font-size:.52rem}.stat-item{padding:.6rem .25rem}.coaching-grid{gap:.45rem;margin-top:.85rem}.coaching-card{padding:.65rem .85rem}.site-band--coaching .card-title{font-size:.88rem}.site-band--coaching .card-cta{min-height:2.2rem;font-size:.68rem}.about-highlights{grid-template-columns:repeat(2,1fr);gap:.65rem}.about-highlight{padding:.85rem .5rem}.about-highlight-value{font-size:.9rem}.section-title{font-size:1.6rem}.cta-title{font-size:1.7rem}.cta-actions{width:100%}.cta-btn{width:100%;min-width:0;max-width:20rem}.chess-piece-floating--tl,.chess-piece-floating--tr{opacity:.045;font-size:clamp(2.25rem,14vw,3.25rem)}}.back-to-top{z-index:900;right:max(1.25rem, env(safe-area-inset-right,0px));bottom:max(1.25rem, env(safe-area-inset-bottom,0px));border:.5px solid var(--border-strong);width:2.75rem;height:2.75rem;color:var(--chess-light);cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;background:#0f0f0feb;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:opacity .2s,visibility .2s,transform .2s,border-color .2s,background-color .2s,color .2s;display:flex;position:fixed;transform:translateY(.5rem);box-shadow:0 8px 24px #00000073,0 2px 8px #0000004d}.back-to-top--visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{border-color:var(--chess-gold);color:var(--chess-gold)}.back-to-top:focus-visible{outline:2px solid var(--chess-gold);outline-offset:2px}.back-to-top-icon{font-family:JetBrains Mono,monospace;font-size:1.1rem;line-height:1;transform:translateY(-.05rem)}@media (width>=901px){.back-to-top{right:max(1.5rem, env(safe-area-inset-right,0px));bottom:max(1.75rem, env(safe-area-inset-bottom,0px));width:3rem;height:3rem}.back-to-top:hover{background:var(--chess-gold);color:var(--text-on-accent)}.back-to-top-icon{font-size:1.2rem}}.modal-overlay{z-index:1000;background:var(--modal-scrim);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal{background:var(--bg-navy);border:.5px solid var(--border-medium);width:100%;max-width:480px;padding:2rem 2rem 1.75rem;position:relative;box-shadow:0 24px 64px #0000008c}.modal-close{width:2rem;height:2rem;color:var(--chess-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1;position:absolute;top:.75rem;right:.75rem}.modal-close:hover{color:var(--chess-light)}.modal-title{color:var(--chess-light);text-align:center;margin:0 0 .75rem;padding:0 2rem;font-family:Playfair Display,serif;font-size:1.65rem}.modal-description{color:var(--chess-muted);margin:0 0 1.5rem;font-size:.9rem;line-height:1.6}.modal-form{flex-direction:column;gap:1.25rem;display:flex}.modal-field{flex-direction:column;gap:.45rem;display:flex}.modal-label{letter-spacing:.06em;text-transform:uppercase;color:var(--chess-gold);font-size:.75rem;font-weight:600}.modal-input{box-sizing:border-box;width:100%;color:var(--chess-light);background:var(--bg-base);border:.5px solid var(--border-strong);border-radius:0;padding:.75rem .9rem;font-family:Inter,sans-serif;font-size:.9rem}.modal-input::placeholder{color:var(--chess-muted)}.modal-input:focus{border-color:var(--chess-gold);outline:none}.modal-textarea{resize:vertical;min-height:8rem;line-height:1.5}.modal-submit{background:var(--chess-gold);color:var(--text-on-accent);cursor:pointer;letter-spacing:.04em;border:none;align-self:flex-start;margin-top:.25rem;padding:.8rem 1.75rem;font-size:.85rem;font-weight:600}.modal-submit:hover{filter:brightness(1.05)}.modal-submit:disabled{opacity:.65;cursor:not-allowed;filter:none}.turnstile-widget{justify-content:center;min-height:65px;display:flex}.modal-error{color:#e8a87c;margin:0;font-size:.85rem}.modal-success{text-align:center}.modal-success .modal-submit{display:inline-block}
