:root{--swc-red:#ee3640;--ink:#1a1a1a;--muted:#6b7280;--line:#e5e7eb;--bg:#ffffff}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ink);background:var(--bg);line-height:1.5}a{color:var(--swc-red)}.container{max-width:960px;margin:0 auto;padding:2rem 1.25rem 4rem}.site-header{border-top:4px solid var(--swc-red);background:var(--bg);border-bottom:1px solid var(--line)}.site-header .container{padding-top:.85rem;padding-bottom:.85rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-brand{display:flex;align-items:center;gap:.85rem}.site-logo-link{display:inline-block}.site-logo{display:block;width:150px;height:auto}.site-title{font-weight:700;font-size:1rem;color:var(--ink);padding-left:.85rem;border-left:1px solid var(--line)}.site-signout{font-size:.9rem;white-space:nowrap}.notice{border:1px solid var(--line);border-left:4px solid var(--swc-red);background:#fff7f7;border-radius:6px;padding:1rem 1.25rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1rem;gap:1rem;margin-top:1.5rem}.club-card{border:1px solid var(--line);border-radius:8px;padding:1.5rem 1rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.club-card:hover{border-color:var(--swc-red)}.club-card h3{margin:0}.club-logo{width:72px;height:72px;object-fit:contain}.club-head{display:flex;align-items:center;gap:1rem;margin:1rem 0 1.5rem}.club-head h1{margin:0}.meta{color:var(--muted);font-size:.9rem}.badged{position:relative;width:88px;height:88px;flex:0 0 auto}.badged .product-img{width:88px;height:88px;object-fit:contain;border:1px solid var(--line);border-radius:8px;background:#fafafa}.badged .product-img.placeholder{display:block}.badged .badge-overlay{position:absolute;bottom:-6px;left:-6px;width:38px;height:38px;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}.badged.small{width:46px;height:46px}.badged.small .product-img{width:46px;height:46px;border-radius:6px}.badged.small .badge-overlay{width:22px;height:22px;bottom:-4px;left:-4px}.col-head{display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center;min-width:92px}.kit-gallery{display:flex;flex-wrap:wrap;gap:1.25rem;margin-bottom:1.5rem}.kit-gallery figure{margin:0;text-align:center;font-size:.8rem;color:var(--muted)}.toggles{display:flex;flex-wrap:wrap;gap:1.5rem;margin:1.5rem 0}.toggle{display:flex;align-items:center;gap:.4rem}.toggle>span{font-weight:600;font-size:.9rem}.toggle button{border:1px solid var(--line);background:#fff;border-radius:6px;padding:.35rem .7rem;cursor:pointer;font-size:.85rem}.toggle button.on{border-color:var(--swc-red);background:var(--swc-red);color:#fff}table.grid{border-collapse:collapse;table-layout:fixed;width:max-content;min-width:100%;font-size:.85rem}table.grid td,table.grid th{border:1px solid var(--line);padding:.35rem .5rem;text-align:left}.size-row input,.size-row select,table.grid input,table.grid select{font:inherit;padding:.2rem .3rem;border:1px solid var(--line);border-radius:4px}input.sm{width:3.5rem}table.grid select.cell-error{border-color:var(--swc-red);box-shadow:0 0 0 1px var(--swc-red)}.error-hint{color:var(--swc-red)}.coach-landing{max-width:30rem}.coach-club-head{display:flex;align-items:center;gap:.9rem;margin:1rem 0 1.25rem}.coach-club-head h1{margin:0}.coach-badge{display:inline-block;font-size:.78rem;color:#0f6e56;background:#e1f5ee;border-radius:999px;padding:.2rem .7rem;margin-bottom:.5rem}.coach-form{gap:.9rem;margin-top:1rem;border:1px solid var(--line);border-radius:8px;padding:1.1rem 1.25rem}.coach-form,.coach-form label{display:flex;flex-direction:column}.coach-form label{gap:.3rem;font-size:.9rem}.coach-form input{font:inherit;padding:.4rem .5rem;border:1px solid var(--line);border-radius:6px}.coach-form .req{color:var(--swc-red)}.order-link-card{border:1px solid var(--line);border-radius:8px;padding:1.1rem 1.25rem;max-width:38rem}.order-link-url{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.95rem;word-break:break-all;background:#fafafa;border-radius:6px;padding:.6rem .75rem;margin:.4rem 0 .9rem}.order-link-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem}.order-link-actions .ghost{margin-top:0}.single-size{display:block;font-size:.8rem;color:var(--muted);margin-bottom:.2rem}td.rownum{text-align:center;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.row-remove{margin-left:.4rem;border:none;background:transparent;color:var(--muted);cursor:pointer;font-size:.9rem;line-height:1;padding:.1rem .2rem}.row-remove:hover{color:var(--swc-red)}.bulk-item{border:1px solid var(--line);border-radius:6px;padding:.6rem .8rem;margin-bottom:.6rem}.opt-tag{display:inline-block;margin-left:.4rem;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:0 .4rem;vertical-align:middle}.extra-picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:.9rem;gap:.9rem;margin:.75rem 0 1.5rem}.pick-card{border:1px solid var(--line);border-radius:8px;padding:.7rem;text-align:center;font-size:.82rem}.pick-card.added{border-color:var(--swc-red);background:#fff7f7}.pick-card .badged{margin:0 auto}.pick-card .pick-title{margin:.5rem 0;min-height:2.4em;color:var(--ink)}.pick-card button{border:1px solid var(--swc-red);background:#fff;color:var(--swc-red);border-radius:6px;padding:.3rem .8rem;cursor:pointer;font-size:.8rem}.pick-card button.on{background:var(--swc-red);color:#fff}.size-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.4rem;align-items:center}.size-row label{font-size:.85rem}.ghost{display:inline-block;margin-top:.6rem;border:1px dashed var(--swc-red);color:var(--swc-red);background:#fff;border-radius:6px;padding:.4rem .8rem;cursor:pointer;font:inherit}.submit-row{margin-top:1.5rem}.primary{display:inline-block;border:none;background:var(--swc-red);color:#fff;border-radius:6px;padding:.6rem 1.1rem;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none}button.primary:disabled{opacity:.6;cursor:default}.step{display:flex;align-items:baseline;gap:.5rem;margin:1.75rem 0 .25rem}.step-num{flex:0 0 auto;width:1.35rem;height:1.35rem;border-radius:50%;background:var(--swc-red);color:#fff;font-size:.78rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.step-num.muted{background:var(--line);color:var(--muted)}.step h2{margin:0}.step-hint{margin:.1rem 0 .9rem}.pkg-picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:.9rem;gap:.9rem;margin-bottom:.5rem}.pkg-card{border:1px solid var(--line);border-radius:8px;padding:.85rem 1rem;cursor:pointer;background:#fff;text-align:left;font:inherit}.pkg-card.selected{border:2px solid var(--swc-red);background:#fff7f7;padding:calc(.85rem - 1px) calc(1rem - 1px)}.pkg-card-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.6rem}.pkg-card-head strong{font-size:.95rem}.pkg-add{flex:0 0 auto;font-size:.78rem;font-weight:600;border:1px solid var(--swc-red);color:var(--swc-red);border-radius:999px;padding:.15rem .6rem;white-space:nowrap}.pkg-card.selected .pkg-add{background:var(--swc-red);color:#fff}.pkg-count{margin:.5rem 0 0}.pick-price{font-weight:700;margin:.25rem 0}.cart-pill{margin-left:auto;flex:0 0 auto;display:inline-block;border:1.5px solid var(--swc-red);color:var(--swc-red);background:#fff;border-radius:999px;padding:.4rem .9rem;font-size:.85rem;font-weight:600;text-decoration:none;white-space:nowrap}.cart-pill:hover{background:#fff7f7}.cart-pill.empty{border-color:var(--line);color:var(--muted)}.pkg-thumbs{display:flex;flex-wrap:wrap;gap:.4rem}.pkg-tag{display:inline-block;margin-left:.4rem;font-size:.65rem;font-weight:600;letter-spacing:.02em;color:var(--swc-red);border:1px solid var(--swc-red);border-radius:999px;padding:0 .4rem;vertical-align:middle}.grid-scroll{overflow-x:auto}.grid-actions{display:flex;flex-wrap:wrap;gap:.6rem}.linklike{border:none;background:none;color:var(--swc-red);cursor:pointer;padding:0;font:inherit}.review-table{width:100%;border-collapse:collapse;font-size:.9rem}.review-table td,.review-table th{border:1px solid var(--line);padding:.4rem .6rem;text-align:left}.review-totals{margin:1rem 0 0 auto;max-width:22rem}.review-totals>div{display:flex;justify-content:space-between;gap:1rem;padding:.2rem 0}.review-total{font-weight:700;border-top:1px solid var(--line);margin-top:.3rem;padding-top:.4rem}.grid-scroll table.grid td:nth-child(-n+4),.grid-scroll table.grid th:nth-child(-n+4){position:-webkit-sticky;position:sticky;background:var(--bg);z-index:1}.grid-scroll table.grid thead th:nth-child(-n+4){z-index:2}.grid-scroll table.grid td:first-child,.grid-scroll table.grid th:first-child{left:0;width:2.6rem}.grid-scroll table.grid td:nth-child(2),.grid-scroll table.grid th:nth-child(2){left:2.6rem;width:12rem}.grid-scroll table.grid td:nth-child(3),.grid-scroll table.grid th:nth-child(3){left:14.6rem;width:5rem}.grid-scroll table.grid td:nth-child(4),.grid-scroll table.grid th:nth-child(4){left:19.6rem;width:6rem;box-shadow:2px 0 0 var(--line)}.grid-scroll table.grid td:nth-child(n+5),.grid-scroll table.grid th:nth-child(n+5){width:7.5rem}.bulk-head{gap:.6rem;margin-bottom:.2rem}.bulk-head,.order-summary{display:flex;align-items:center}.order-summary{justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;background:#fafafa;border:1px solid var(--line);border-radius:8px;padding:.85rem 1.1rem}.form-empty{border:1px dashed var(--line);border-radius:8px;padding:1.5rem;text-align:center;color:var(--muted)}