:root{--ink:#121212;--green:#111111;--lime:#f5c400;--cream:#f8f5ee;--muted:#666a70;--line:#e4e1d9;--red:#d85b52;--gray:#aeb5b0;--amber:#d7a100;--blue:#1877f2;--logo-yellow:#f5c400;--logo-black:#111111}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"DM Sans",sans-serif;background:#fcfbf8;color:var(--ink)}button,input,select,textarea{font:inherit}.hidden{display:none!important}.topbar{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:rgba(255,255,255,.96);position:sticky;top:0;z-index:30;border-bottom:1px solid #ece8dd}.brand{display:flex;align-items:center;gap:9px;text-decoration:none}.brand-monogram{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--logo-black);color:var(--logo-yellow);font:800 20px Manrope;position:relative}.brand-monogram:after{content:"";width:5px;height:5px;background:var(--logo-yellow);border-radius:50%;position:absolute;right:5px;bottom:5px}.brand-script{font:400 31px Sacramento,cursive;color:var(--logo-black);line-height:1}.main-nav{display:flex;gap:24px}.main-nav a{text-decoration:none;color:#425047;font-weight:700;font-size:13px}.main-nav a:hover{color:var(--green)}.nav-actions{display:flex;align-items:center;gap:8px}.small-book{background:var(--green);color:#fff;text-decoration:none;padding:10px 15px;border-radius:999px;font-weight:700;font-size:13px}.menu-btn{display:none;width:40px;height:40px;border:0;border-radius:11px;background:#f7f2de;color:var(--green);font-size:20px}.hero{min-height:680px;position:relative;background:var(--green);display:flex;align-items:flex-end;overflow:hidden}.hero-photo{position:absolute;inset:0}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 35%}.photo-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,32,20,.9),rgba(9,32,20,.58) 48%,rgba(9,32,20,.12)),linear-gradient(0deg,rgba(9,32,20,.5),transparent 55%)}.hero-copy{position:relative;z-index:2;max-width:760px;padding:80px 7vw;color:#fff}.eyebrow{font-size:12px;font-weight:800;letter-spacing:2px;color:var(--lime)}.eyebrow.dark{color:#4f7130}h1,h2,h3{font-family:Manrope}h1{font-size:clamp(45px,7vw,82px);line-height:.98;margin:16px 0 20px;letter-spacing:-3px}h1 em{color:var(--lime);font-style:normal}.hero-lead{font-size:18px;line-height:1.65;color:#e5ece7;max-width:630px}.quote-card{margin-top:24px;max-width:600px;border-left:3px solid var(--lime);padding:3px 0 3px 16px}.quote-card span{font-size:9px;letter-spacing:1.6px;font-weight:800;color:var(--lime)}.quote-card blockquote{margin:6px 0 0;font:700 18px/1.4 Manrope;color:#fff;transition:opacity .35s ease}.quote-card blockquote.fade{opacity:0}.hero-actions{display:flex;gap:12px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:12px;padding:14px 20px;font-weight:800;border:0;cursor:pointer}.btn.primary{background:var(--lime);color:var(--green)}.btn.ghost{color:#fff;border:1px solid rgba(255,255,255,.45)}.section{padding:85px 7vw}.intro{max-width:1050px;margin:auto}.intro h2,.section-heading h2,.contact h2{font-size:clamp(34px,5vw,55px);letter-spacing:-2px;margin:10px 0 16px}.intro>p,.section-heading>p,.contact>p{font-size:17px;line-height:1.8;color:var(--muted);max-width:780px}.quick-info{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:38px}.quick-info>div{display:flex;gap:13px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.quick-info span{display:flex;flex-direction:column}.quick-info small{color:var(--muted);margin-top:3px}.rates{background:var(--cream)}.section-heading{max-width:820px;margin-bottom:35px}.rate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1200px}.rate-card{background:#fff;border:1px solid #e6e2d9;border-radius:22px;padding:28px}.rate-card.featured{background:var(--green);color:#fff}.pill{font-size:10px;letter-spacing:1.4px;font-weight:800;background:#fff4cf;color:#7a5a00;padding:7px 9px;border-radius:999px}.featured .pill{background:var(--lime)}.rate-card h3{font-size:24px;margin:22px 0 5px}.price{font:800 48px Manrope;letter-spacing:-2px}.price span{font-size:23px}.rate-card p{margin:0;color:var(--muted)}.featured p{color:#f3f0e6}.booking-panel{max-width:1050px;border:1px solid var(--line);border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 18px 55px rgba(25,45,33,.07)}.schedule-notice{padding:11px 20px;background:#fff4cf;color:#6e5200;font-size:12px;font-weight:700}.schedule-notice.error{background:#fff0ee;color:#a2443f}.calendar-head{display:flex;align-items:center;justify-content:space-between;padding:22px 24px 10px}.calendar-head h3{margin:0;font-size:21px}.calendar-head button{border:0;background:#f0f3ef;width:38px;height:38px;border-radius:50%;font-size:25px;color:var(--green)}.weekdays,.calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;padding:0 20px}.weekdays span{text-align:center;color:var(--muted);font-size:11px;font-weight:700;padding:10px 0}.calendar{padding-bottom:15px}.day{min-height:64px;border:1px solid transparent;border-radius:12px;font-weight:800;background:#edf6e5;color:#355b2a;position:relative}.day:not(.blank):not(.past){cursor:pointer}.day.past{opacity:.28}.day.today{outline:2px solid var(--green)}.day.selected{box-shadow:inset 0 0 0 3px var(--green)}.day.partial-booked{background:#fff1c9;color:#815e12;border-color:#f3d97d}.day.full-booked{background:var(--red);color:#fff}.day.partial-unavailable{background:#ecefed;color:#667069}.day.full-unavailable{background:#9aa39d;color:#fff}.day-status{display:block;font-size:8px;text-transform:uppercase;letter-spacing:.35px;margin-top:5px}.calendar-legend,.slot-legend{display:flex;gap:16px;flex-wrap:wrap;padding:13px 24px;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}.calendar-legend i,.slot-legend i{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:6px}.cal-open,.available-dot{background:#72a63c}.cal-partial{background:var(--amber)}.cal-full,.booked-dot{background:var(--red)}.cal-blocked,.unavailable-dot{background:var(--gray)}.slot-area,.package-area,.request-details{padding:25px 24px;border-top:1px solid var(--line)}.step{font-size:10px;font-weight:800;letter-spacing:1.5px;color:#5d7d42}.slot-area h3,.package-area h3,.request-details h3{margin:6px 0 16px}.range-picker,.request-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.range-picker label,.request-grid label,.group-size label{font-size:11px;font-weight:800;color:#5a675f}.range-picker select,.request-grid input,.group-size select{margin-top:6px;width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:13px;color:var(--ink)}.duration-summary{background:#fbf6e6;border-radius:12px;padding:12px 14px;color:#486135;font-size:12px;font-weight:700;margin-bottom:18px}.availability-title{font-size:11px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.slots{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.slot,.package-options button{border:1px solid var(--line);background:#fff;border-radius:11px;padding:12px 8px;font-weight:700;color:var(--ink)}.slot.in-range{background:#fff6db;border-color:#e7c14d;color:#6a5200}.slot.booked{background:#fff2f1;color:#a64b45;text-decoration:line-through}.slot.unavailable{background:#f1f2f1;color:#929994}.slot.booked::after,.slot.unavailable::after{display:block;font-size:9px;text-transform:uppercase;margin-top:3px}.slot.booked::after{content:"Booked"}.slot.unavailable::after{content:"Unavailable"}.slot-legend{padding-left:0;padding-right:0;border-top:0;margin-top:10px}.package-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.package-options button.active{background:var(--green);border-color:var(--green);color:#fff}.package-options button small{display:block;font-weight:500;margin-top:3px;opacity:.7}.group-size{margin-top:12px;max-width:320px}.summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px;background:#fbf6e6}.summary div{display:flex;flex-direction:column;gap:5px}.summary span{font-size:10px;font-weight:800;letter-spacing:1.3px;color:#67814e}.summary strong{font-size:14px;line-height:1.5}.booking-actions-client{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:18px 24px 8px}.copy-btn{background:#fff7df;color:var(--green);border:1px solid #ead8a1}.facebook{background:var(--blue);color:#fff}.disabled{pointer-events:none;opacity:.4}.booking-help{padding:0 24px 22px;margin:0;color:var(--muted);font-size:11px;line-height:1.5}.copy-toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%) translateY(20px);background:#102b1c;color:#fff;padding:11px 15px;border-radius:11px;font-size:12px;font-weight:700;opacity:0;pointer-events:none;transition:.2s;z-index:50}.copy-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.contact{text-align:center;background:var(--green);color:#fff}.contact>p{color:#d8e2db;margin:0 auto 25px}footer{display:flex;justify-content:space-between;gap:15px;padding:25px 7vw;background:#101010;color:#ddd6c2;font-size:12px}footer strong{color:var(--lime)}
@media(max-width:850px){.main-nav{position:absolute;left:14px;right:14px;top:62px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px;display:none;flex-direction:column;gap:0;box-shadow:0 18px 45px rgba(18,35,24,.14)}.main-nav.open{display:flex}.main-nav a{padding:13px 12px;border-bottom:1px solid #f0f2ef}.main-nav a:last-child{border-bottom:0}.menu-btn{display:block}.small-book{display:none}}
@media(max-width:700px){.topbar{height:62px;padding:0 18px}.brand-script{font-size:28px}.brand-monogram{width:34px;height:34px}.hero{min-height:690px}.hero-photo img{object-position:62% center}.photo-shade{background:linear-gradient(0deg,rgba(8,31,19,.96),rgba(8,31,19,.55) 58%,rgba(8,31,19,.1))}.hero-copy{padding:260px 22px 48px}.hero-lead{font-size:15px}.quote-card blockquote{font-size:16px}.hero-actions{flex-direction:column}.section{padding:62px 20px}.quick-info,.rate-grid{grid-template-columns:1fr}.booking{padding-left:12px;padding-right:12px}.weekdays,.calendar{padding-left:10px;padding-right:10px}.day{min-height:54px;font-size:12px}.day-status{font-size:7px}.range-picker,.request-grid{grid-template-columns:1fr}.slots{grid-template-columns:repeat(2,1fr)}.package-options{grid-template-columns:1fr}.booking-actions-client{grid-template-columns:1fr}.summary{align-items:stretch;flex-direction:column}footer{flex-direction:column;text-align:center}}
.brand-logo{display:block;height:36px;width:auto;max-width:min(45vw,220px)}.hero-logo{display:block;height:72px;width:auto;max-width:min(100%,420px);margin:0 0 20px;filter:drop-shadow(0 8px 22px rgba(0,0,0,.28))}footer{align-items:center}.footer-logo{display:block;height:46px;width:auto;max-width:240px}@media(max-width:700px){.brand-logo{height:31px;max-width:170px}.hero-logo{height:52px;max-width:290px;margin-bottom:16px}.footer{flex-direction:column;align-items:flex-start}.footer-logo{height:38px}}
.hero-copy .hero-logo{max-width:min(100%,460px)}.brand-logo{height:40px;max-width:min(52vw,250px)}.footer-logo{height:44px;max-width:260px}@media(max-width:700px){.brand-logo{height:34px;max-width:185px}.hero-copy .hero-logo{height:auto;max-width:300px}.footer-logo{height:36px}}
:root{--ink:#111111;--green:#111111;--lime:#f5c400;--cream:#fffdf7;--muted:#676767;--line:#e9e5da;--amber:#d8a800;--logo-yellow:#f5c400;--logo-black:#111111}body{background:#fff;color:var(--ink)}.topbar{background:rgba(255,255,255,.98);border-bottom:1px solid #eee8d8}.brand{background:#111;border-radius:10px;padding:4px 8px}.brand-logo{height:38px;width:auto;max-width:220px;border-radius:7px;object-fit:contain}.main-nav a{color:#222}.main-nav a:hover{color:#9a7600}.small-book{background:#111;color:#f5c400}.menu-btn{background:#fff7d8;color:#111}.hero{background:#111}.photo-shade{background:linear-gradient(90deg,rgba(0,0,0,.91),rgba(0,0,0,.58) 48%,rgba(0,0,0,.18)),linear-gradient(0deg,rgba(0,0,0,.62),transparent 55%)}.hero-logo{display:block;width:min(310px,72vw);height:auto;max-width:none;margin:0 0 18px;border-radius:14px;box-shadow:0 12px 32px rgba(0,0,0,.28)}.eyebrow{color:#f5c400}.eyebrow.dark{color:#a27b00}h1 em{color:#f5c400}.quote-card{border-left-color:#f5c400}.quote-card span{color:#f5c400}.btn.primary{background:#f5c400;color:#111}.btn.ghost{border-color:rgba(255,255,255,.55)}.rates{background:#fffaf0}.rate-card.featured{background:#111;color:#fff}.featured .pill{background:#f5c400;color:#111}.pill{background:#fff2b8;color:#6a5000}.schedule-notice{background:#fff4cf;color:#6b5200}.calendar-head button{background:#fff6d7;color:#111}.day{background:#fff7d6;color:#654f00}.day.today{outline-color:#111}.day.selected{box-shadow:inset 0 0 0 3px #111}.day.partial-booked{background:#ffe6a1;color:#6b4d00;border-color:#e9c452}.cal-open,.available-dot{background:#f5c400}.cal-partial{background:#d8a800}.slot.in-range{background:#fff4c7;border-color:#dfbd43;color:#5d4900}.package-options button.active{background:#111;border-color:#111;color:#f5c400}.duration-summary,.summary{background:#fff8dc}.summary span,.step{color:#9a7600}.copy-btn{background:#fff7df;color:#111;border-color:#ead8a1}.contact{background:#111}.contact .btn.primary{background:#f5c400;color:#111}footer{background:#0a0a0a;color:#d8d8d8;align-items:center}.footer-logo{height:48px;width:auto;max-width:300px;border-radius:8px}@media(max-width:700px){.brand{padding:3px 6px}.brand-logo{height:32px;max-width:180px}.hero-logo{width:min(270px,74vw)}.footer-logo{height:40px;max-width:230px}}
.brand-lockup{display:flex;align-items:center;gap:12px;min-width:0}.brand.compact,.footer-brand{background:transparent;padding:0}.brand-mark,.brand-wordmark,.hero-mark,.hero-wordmark,.footer-mark,.footer-wordmark{display:block;width:auto;object-fit:contain}.brand-mark{height:38px}.brand-wordmark{height:28px;max-width:min(52vw,240px)}.hero-brand{display:flex;align-items:center;gap:16px;margin:0 0 18px;filter:drop-shadow(0 10px 24px rgba(0,0,0,.25))}.hero-mark{height:88px}.hero-wordmark{height:72px;max-width:min(100%,520px)}.footer-brand{display:flex;align-items:center;gap:10px}.footer-mark{height:34px}.footer-wordmark{height:28px;max-width:220px}@media (max-width:700px){.brand-lockup{gap:8px}.brand-mark{height:31px}.brand-wordmark{height:22px;max-width:150px}.hero-brand{gap:12px;margin-bottom:14px}.hero-mark{height:62px}.hero-wordmark{height:48px;max-width:220px}.footer-brand{gap:8px}.footer-mark{height:28px}.footer-wordmark{height:22px;max-width:155px}}
.nav-week-link{border:0;background:transparent;text-decoration:none;color:#425047;font-weight:700;font-size:13px;padding:0;cursor:pointer}.nav-week-link:hover{color:#9a7600}.week-top-btn,.admin-login-btn{height:38px;border:1px solid #e7dfc4;border-radius:999px;background:#fff9e7;color:#111;display:inline-flex;align-items:center;gap:6px;padding:0 11px;font-weight:800;font-size:11px;text-decoration:none;cursor:pointer}.week-top-btn:hover,.admin-login-btn:hover{border-color:#d8b52c;background:#fff5c9}.booking-actions-client{grid-template-columns:repeat(3,1fr)}.request-submit{background:#111;color:#f5c400}.request-submit-status{margin:10px 24px 0;padding:12px 14px;border-radius:12px;font-size:12px;font-weight:700;line-height:1.5}.request-submit-status.ok{background:#fff4c9;color:#604a00;border:1px solid #ead27a}.request-submit-status.error{background:#fff0ee;color:#913f39;border:1px solid #f1c7c3}.week-modal{position:fixed;inset:0;z-index:80;background:rgba(0,0,0,.68);padding:22px;display:grid;place-items:center}.week-modal.hidden{display:none!important}.week-modal-card{width:min(1180px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:24px;padding:22px;box-shadow:0 35px 100px rgba(0,0,0,.32)}.week-modal-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.week-modal-head h2{font:800 30px Manrope;margin:5px 0 4px}.week-modal-head p{margin:0;color:var(--muted);font-size:12px}.week-close{border:0;background:#f2f0e9;color:#111;width:40px;height:40px;border-radius:50%;font-size:26px;cursor:pointer}.public-week-help{margin:16px 0 12px;background:#fff8db;border:1px solid #f0d66f;padding:11px 13px;border-radius:12px;color:#655000;font-size:11px}.public-week-scroll{overflow:auto;border:1px solid var(--line);border-radius:16px;background:#f8f8f6}.public-week-grid{min-width:1000px;display:grid;grid-template-columns:170px repeat(7,minmax(112px,1fr));gap:4px;padding:8px}.pw-cell{min-height:47px;border:0;border-radius:9px;padding:7px;text-align:center;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800}.pw-head{background:#111;color:#fff;flex-direction:column}.pw-head small{display:block;color:#f5c400;font-size:9px;margin-top:2px}.pw-time{background:#f0efeb;color:#222;font-size:10px}.pw-available-cell{background:#dff4df;color:#215b29;cursor:pointer}.pw-available-cell:hover{outline:2px solid #f5c400;transform:translateY(-1px)}.pw-booked-cell{background:#f6c5c5;color:#8f2020}.pw-blocked-cell{background:#d9d9d9;color:#4e4e4e}.pw-past-cell{background:#eeeeec;color:#8a8a86}.public-week-legend{display:flex;gap:16px;flex-wrap:wrap;margin-top:12px;color:var(--muted);font-size:10px}.public-week-legend i{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:6px}.pw-available{background:#79bf79}.pw-booked{background:#d96b6b}.pw-blocked{background:#a6a6a6}.pw-past{background:#dededb}@media(max-width:850px){.main-nav .nav-week-link{padding:13px 12px;text-align:left;border-bottom:1px solid #f0f2ef}.week-top-btn span,.admin-login-btn span{display:none}.week-top-btn,.admin-login-btn{width:38px;padding:0;justify-content:center}.booking-actions-client{grid-template-columns:1fr}}@media(max-width:560px){.nav-actions{gap:5px}.week-top-btn,.admin-login-btn{width:34px;height:34px}.week-modal{padding:8px}.week-modal-card{padding:14px;border-radius:18px}.week-modal-head h2{font-size:23px}}
.live-availability-badge{display:inline-flex;align-items:center;gap:9px;margin-top:18px;padding:9px 12px;border:1px solid rgba(245,196,0,.38);border-radius:999px;background:rgba(17,17,17,.58);backdrop-filter:blur(8px);font-size:11px;color:#fff}.pulse-dot{width:8px;height:8px;border-radius:50%;background:#73d476;box-shadow:0 0 0 0 rgba(115,212,118,.6);animation:pickylaPulse 1.7s infinite}.live-availability-badge.limited .pulse-dot{background:#f5c400}.live-availability-badge.full .pulse-dot{background:#d85b52}@keyframes pickylaPulse{70%{box-shadow:0 0 0 8px rgba(115,212,118,0)}100%{box-shadow:0 0 0 0 rgba(115,212,118,0)}}.improve{background:#fff}.goal-wizard{max-width:1200px}.goal-options{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.goal-options button{min-height:142px;border:1px solid #e7e2d5;border-radius:19px;background:#fff;text-align:left;padding:19px;cursor:pointer;transition:.18s;display:flex;flex-direction:column}.goal-options button:hover,.goal-options button.active{transform:translateY(-3px);border-color:#d9b310;box-shadow:0 12px 30px rgba(17,17,17,.08)}.goal-options button.active{background:#111;color:#fff}.goal-options b{font-size:23px}.goal-options span{font:800 15px Manrope;margin-top:14px}.goal-options small{margin-top:5px;color:var(--muted);line-height:1.45}.goal-options button.active small{color:#d8d3c8}.goal-recommendation{margin-top:15px;border:1px solid #ecd46f;background:#fff8d9;border-radius:18px;padding:18px;display:grid;grid-template-columns:1fr auto;gap:15px;align-items:center}.goal-recommendation h3{margin:4px 0 6px}.goal-recommendation p{margin:0;color:#5d5540;font-size:12px;line-height:1.6}.goal-recommendation-actions{display:flex;gap:8px;flex-wrap:wrap}.goal-recommendation-actions button,.goal-recommendation-actions a{border:0;border-radius:10px;padding:11px 13px;font-weight:800;font-size:11px;text-decoration:none;cursor:pointer}.goal-recommendation-actions .rec-primary{background:#111;color:#f5c400}.goal-recommendation-actions .rec-secondary{background:#fff;color:#111;border:1px solid #ddc151}.programs{background:#111;color:#fff}.programs .section-heading>p{color:#c9c4b8}.public-program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:1200px}.public-program-card{background:#1c1c1c;border:1px solid #333;border-radius:22px;padding:24px;display:flex;flex-direction:column;min-height:100%}.public-program-card.featured{border-color:#f5c400}.public-program-top{display:flex;justify-content:space-between;gap:12px}.public-program-card h3{margin:8px 0 7px;font-size:22px}.public-program-card p{color:#c9c4b8;font-size:12px;line-height:1.6}.program-public-price{font:800 24px Manrope;color:#f5c400;white-space:nowrap}.program-public-meta{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0}.program-public-meta span,.focus-chip{font-size:9px;font-weight:800;border-radius:999px;padding:6px 8px;background:#2a2a2a;color:#f7e99c}.program-goals-public{margin:10px 0 15px;border-top:1px solid #333}.program-goal-public{display:grid;grid-template-columns:29px 1fr;gap:8px;padding:10px 0;border-bottom:1px solid #2c2c2c}.program-goal-public b{width:27px;height:27px;border-radius:8px;background:#f5c400;color:#111;display:grid;place-items:center;font:800 10px Manrope}.program-goal-public strong{display:block;font-size:11px}.program-goal-public small{display:block;color:#9f9a90;margin-top:3px;line-height:1.4}.program-public-actions{margin-top:auto;display:flex;gap:8px}.program-public-actions button{flex:1;border:0;border-radius:11px;padding:12px;font-weight:800;cursor:pointer}.program-public-actions .program-interest{background:#f5c400;color:#111}.public-loading{grid-column:1/-1;color:#aaa;padding:20px 0}.coaching-context{margin:0 24px 0;padding:13px 15px;border-top:1px solid var(--line);background:#111;color:#fff;border-radius:13px}.coaching-context strong{color:#f5c400}.coaching-context p{margin:3px 0 0;font-size:11px;color:#d0cbc1}.testimonials{background:#f8f5ee}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.testimonial-card{background:#fff;border:1px solid #e3dfd5;border-radius:20px;padding:22px}.testimonial-card .quote-mark{font:800 42px Manrope;color:#f5c400;line-height:.7}.testimonial-card blockquote{margin:15px 0 17px;font:700 15px/1.7 Manrope}.testimonial-card strong{display:block}.testimonial-card small{color:var(--muted)}.contact-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.install-btn{background:#fff;color:#111}@media(max-width:950px){.goal-options{grid-template-columns:repeat(2,1fr)}.public-program-grid,.testimonial-grid{grid-template-columns:1fr 1fr}}@media(max-width:650px){.goal-options,.public-program-grid,.testimonial-grid{grid-template-columns:1fr}.goal-recommendation{grid-template-columns:1fr}.goal-recommendation-actions{width:100%}.goal-recommendation-actions button,.goal-recommendation-actions a{flex:1;text-align:center}.public-program-top{flex-direction:column}.program-public-price{font-size:21px}.live-availability-badge{max-width:100%;border-radius:13px}.contact-actions{flex-direction:column}.contact-actions .btn{width:100%}}.court-fee-note{max-width:1200px;margin-top:16px;padding:16px 18px;border:1px solid #ead8a1;background:#fff8df;border-radius:16px;display:flex;gap:10px;align-items:flex-start;flex-wrap:wrap}.court-fee-note strong{color:#111;font-size:13px}.court-fee-note span{color:#6d6451;font-size:12px;line-height:1.55;flex:1;min-width:260px}.participant-intro{margin:-4px 0 16px;color:var(--muted);font-size:12px;line-height:1.55}.public-participant-list{display:grid;gap:11px}.public-participant-card{position:relative;border:1px solid var(--line);border-radius:16px;background:#fbfaf6;padding:14px}.participant-card-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:11px}.participant-card-head>div{display:flex;flex-direction:column;gap:2px}.participant-card-head span{font-size:8px;letter-spacing:1px;font-weight:800;color:#7a715e}.participant-card-head strong{font:800 13px Manrope}.primary-chip{background:#111!important;color:#f5c400!important;padding:5px 8px;border-radius:999px}.participant-fields{display:grid;grid-template-columns:1fr 1fr 1fr;gap:9px}.participant-fields label{font-size:10px;font-weight:800;color:#5a675f}.participant-fields label em{font-style:normal;color:#a54e48;font-size:8px}.participant-fields label small{font-weight:600;color:#8b8b84}.participant-fields input{margin-top:6px;width:100%;border:1px solid var(--line);background:#fff;border-radius:11px;padding:12px;color:var(--ink)}.participant-suggestions{position:absolute;z-index:10;left:14px;right:14px;top:118px;background:#fff;border:1px solid #ddd6c7;border-radius:12px;box-shadow:0 14px 35px rgba(0,0,0,.12);overflow:hidden}.participant-suggestions button{display:flex;width:100%;border:0;border-bottom:1px solid #eee8dc;background:#fff;padding:9px 11px;text-align:left;justify-content:space-between;gap:10px;cursor:pointer}.participant-suggestions button:last-child{border-bottom:0}.participant-suggestions strong{font-size:11px}.participant-suggestions small{color:var(--muted);font-size:9px}.remember-details-row{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:13px;padding:10px 12px;background:#fff8df;border:1px solid #ead8a1;border-radius:12px}.remember-details-row label{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:800;color:#5d522f}.remember-details-row input{width:auto}.forget-details{border:0;background:transparent;color:#8b4b43;text-decoration:underline;font-size:9px;font-weight:800;cursor:pointer}.remember-note{font-size:9px;color:var(--muted);margin:7px 2px 0}.participant-details .request-grid{display:none}@media(max-width:760px){.participant-fields{grid-template-columns:1fr 1fr}.participant-contact{grid-column:1/-1}.remember-details-row{align-items:flex-start;flex-direction:column}.participant-suggestions{top:165px}}@media(max-width:480px){.participant-fields{grid-template-columns:1fr}.participant-contact{grid-column:auto}.participant-suggestions{top:222px}}.testimonial-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.testimonial-heading-row>div{max-width:760px}.testimonial-write-btn{background:#111;color:#f5c400;white-space:nowrap}.testimonial-empty{grid-column:1/-1;border:1px dashed #d8d2c4;border-radius:18px;padding:24px;text-align:center;color:var(--muted);font-size:12px;background:rgba(255,255,255,.6)}.public-testimonial-dialog{width:min(650px,calc(100% - 22px));border:0;border-radius:24px;padding:0;box-shadow:0 30px 100px rgba(0,0,0,.28)}.public-testimonial-dialog::backdrop{background:rgba(0,0,0,.62)}.public-testimonial-form{padding:24px;display:grid;gap:14px}.public-testimonial-head{display:flex;justify-content:space-between;gap:18px}.public-testimonial-head h2{font:800 28px Manrope;margin:5px 0 6px}.public-testimonial-head p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.public-testimonial-head button{width:38px;height:38px;border:0;border-radius:50%;background:#f0eee8;font-size:25px;cursor:pointer;flex:0 0 auto}.public-testimonial-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.public-testimonial-form label{display:grid;gap:7px;font-size:12px;font-weight:800;color:#393939}.public-testimonial-form input,.public-testimonial-form textarea{width:100%;border:1px solid #ded9cd;border-radius:12px;padding:13px;background:#fff;font:inherit}.public-testimonial-form textarea{resize:vertical}.optional-label{font-weight:500;color:var(--muted);font-size:10px}.testimonial-consent{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start!important;gap:9px!important;background:#fff8dc;border:1px solid #ecd36c;border-radius:12px;padding:12px;font-weight:600!important;line-height:1.5}.testimonial-consent input{width:auto!important;margin-top:2px}.public-testimonial-actions{display:flex;gap:9px;justify-content:flex-end}.testimonial-cancel-btn{background:#efede8;color:#222}.testimonial-submit-btn{background:#111;color:#f5c400}.public-testimonial-status{padding:11px 13px;border-radius:11px;font-size:11px;font-weight:700}.public-testimonial-status.ok{background:#e9f5e7;color:#2e642f;border:1px solid #bddfba}.public-testimonial-status.error{background:#fff0ee;color:#8d3c35;border:1px solid #e8c1bd}@media(max-width:650px){.testimonial-heading-row{align-items:stretch;flex-direction:column}.testimonial-write-btn{width:100%}.public-testimonial-form{padding:18px}.public-testimonial-grid{grid-template-columns:1fr}.public-testimonial-actions{flex-direction:column}.public-testimonial-actions .btn{width:100%}}
