/* Apparel sale: retain the site's navy/gold palette and type. */
#store { scroll-margin-top: 80px; }
.store-intro { color: var(--text-muted); max-width: 620px; margin: 18px auto 24px; text-align: center; }
.sale-details { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 12px 28px; font-size: .85rem; }
#saleDeadline { font-family: 'Oswald', sans-serif; color: var(--gold); letter-spacing: .07em; }
.store-credit, .store-footnote { text-align: center; font-size: .82rem; color: var(--text-muted); margin: 12px auto 0; }
.store-footnote { margin-top: 28px; }
.store-status { text-align: center; color: var(--gold); font-size: .9rem; min-height: 24px; margin: 8px 0 16px; }
.products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.product-card { background: #142038; display: flex; flex-direction: column; }
.product-card:hover { transform: none; }
.product-card:hover .product-img-wrap img { transform: none; }
.product-img-wrap { flex-shrink: 0; background: var(--navy); }
.product-view-switch { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); display: flex; background: rgba(13,13,26,.94); border: 1px solid rgba(255,255,255,.25); border-radius: 6px; padding: 3px; }
.view-btn { background: none; color: #fff; padding: 8px 18px; min-height: 40px; border: 0; border-radius: 3px; cursor: pointer; font: 500 .8rem 'Inter', sans-serif; }
.view-btn.active { background: var(--gold); color: var(--navy); }
.product-info { padding: 24px 20px; flex: 1; display: flex; flex-direction: column; }
.product-kicker { color: var(--gold); font-size: .64rem; letter-spacing: .16em; margin-bottom: 10px; font-weight: 600; }
.product-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.product-heading h3 { font-size: 1.4rem; margin: 0; }
.product-price { font-size: 1.35rem; white-space: nowrap; }
.product-desc { margin: 6px 0 8px; }
.photo-caption { color: #b2bdd0; font-size: .72rem; line-height: 1.45; min-height: 2.9em; margin-bottom: 14px; }
.product-options { border: 0; padding: 0; margin: 0 0 18px; min-width: 0; }
.product-options legend { margin-bottom: 8px; font-size: .8rem; font-weight: 500; }
.product-options legend span { color: var(--text-muted); margin-left: 6px; font-weight: 400; }
.color-options { display: flex; gap: 6px; flex-wrap: wrap; }
.color-btn { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 9px; min-height: 44px; flex: 1; color: #e8e8e8; background: transparent; border: 1px solid #46516a; border-radius: 5px; font: 400 .75rem 'Inter', sans-serif; cursor: pointer; }
.color-btn.active { border-color: var(--gold); box-shadow: inset 0 0 0 1px var(--gold); background: #21304a; }
.swatch { display: inline-block; width: 14px; height: 14px; border-radius: 50%; border: 1px solid #7b879c; flex-shrink: 0; }
.swatch-navy { background: #162240; }.swatch-gray { background: #aaaeb3; }.swatch-black { background: #131313; }
.size-options { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 5px; }
.size-btn { padding: 8px 0; min-width: 0; min-height: 44px; font-size: .76rem; }
.size-price-note { color: #bbc4d4; font-size: .68rem; margin: -8px 0 20px; line-height: 1.5; }
.product-buy-row { display: flex; gap: 12px; align-items: flex-end; margin-top: auto; }
.product-buy-row label { display: flex; flex-direction: column; gap: 5px; font-size: .72rem; }
.product-quantity { width: 60px; min-height: 48px; padding: 8px; background: #0d172b; color: #fff; border: 1px solid #566178; border-radius: 5px; font: inherit; font-size: 1rem; }
.product-buy-row .btn { flex: 1; min-height: 48px; padding: 10px; font-size: .94rem; }
.bundle-rule { font-size: .73rem; line-height: 1.5; color: var(--gold); margin: 12px 0 0; }
.combo-photo { display: flex; align-items: center; gap: 8px; padding: 8px; background: #1b2c4a; }
.combo-photo img { width: calc(50% - 4px); height: auto; aspect-ratio: 1; object-fit: contain; border-radius: 4px; border: 1px solid #65718a; }
.combo-photo-label { position: absolute; top: 12%; left: 0; right: 0; text-align: center; font: 600 .8rem 'Oswald', sans-serif; letter-spacing: .18em; color: var(--gold); }
.combo-photo-note { position: absolute; bottom: 24%; left: 0; right: 0; text-align: center; font-size: .8rem; color: #d0d8e7; }
.cart-totals { margin-bottom: 20px; }.cart-totals .co-total-row { font-size: .87rem; }
.cart-remove { background: none; border: none; color: #b5bfd0; text-decoration: underline; min-height: 36px; padding: 6px 10px; cursor: pointer; font-size: .7rem; }
.combo-savings { color: var(--gold); }
.membership-option { margin-top: 24px; background: #1b2a46; border: 1px solid #46516a; padding: 16px; border-radius: 8px; }
.membership-check { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; cursor: pointer; font-size: .9rem; }
.membership-check input { width: 20px; height: 20px; accent-color: var(--gold); }.membership-check strong { color: var(--gold); }
#membershipNameField { margin-top: 14px; }[hidden] { display: none !important; }
.stripe-handoff h3 { font-size: 2.4rem; margin: 12px 0; color: var(--gold); }
.stripe-handoff > p { color: #c3cbd9; font-size: .9rem; line-height: 1.7; }
.payment-lines { margin: 24px 0; padding-top: 12px; border-top: 1px solid #46516a; }
.payment-lines p { display: flex; gap: 16px; justify-content: space-between; font-size: .85rem; margin: 12px 0; }
.payment-lines strong { white-space: nowrap; }.payment-student { margin-bottom: 20px; }
#paymentStatus { color: var(--gold); }.co-step:focus, .co-step h2:focus { outline: none; }
#checkoutMessage { color: var(--gold); font-size: .8rem; }
.co-review-item > strong { white-space: nowrap; font-size: .9rem; }
.co-sidebar-item { gap: 16px; }.co-sidebar-item > span:last-child { white-space: nowrap; }
button:focus-visible, input:focus-visible, select:focus-visible, a:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
button:disabled { opacity: .55; cursor: not-allowed; }
@media (max-width: 1000px) and (min-width: 769px) { .products-grid { gap: 12px; }.product-info { padding: 20px 12px; }.product-heading { flex-wrap: wrap; }.color-btn { padding: 8px 4px; gap: 4px; } }
@media (max-width: 768px) { .products-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; gap: 28px; }.product-info { padding: 24px; }.photo-caption { min-height: auto; }.size-price-note { font-size: .75rem; }.view-btn { min-height: 44px; }.sale-details { flex-direction: column; gap: 6px; }.store-intro { margin-top: 14px; }.product-heading h3 { font-size: 1.55rem; }.color-btn { font-size: .85rem; }.combo-photo-note { bottom: 21%; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }.section-reveal { opacity: 1 !important; transform: none !important; } }
