.vhl-container { 
    max-width: 1200px; 
    margin: 0 auto; 
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; 
    color: #1e293b; 
}
.vhl-container h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.vhl-season-section {
    margin-bottom: 40px;
}
.vhl-season-heading {
    font-size: 15px;
    font-weight: 700;
    color: #0b0e14;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c8a45f;
    display: inline-block;
}

/* =========================================================================
   PROGRAMS TABLE — premium charcoal + gold treatment, matching the
   intake form's existing identity instead of clashing with it.
   ========================================================================= */

.vhl-programs-table-wrapper {
    background: #ffffff;
    padding: 0;
    margin-bottom: 28px;
    border-radius: 10px;
    border: 1px solid #e5e2db;
    box-shadow: 0 1px 2px rgba(15, 15, 15, 0.04), 0 8px 24px rgba(15, 15, 15, 0.05);
    overflow: hidden;
    overflow-x: auto;
}
.vhl-programs-table { 
    width: 100%; 
    border-collapse: collapse; 
    margin-bottom: 0; 
    min-width: 760px;
}

/* Column header row (Age / Program / Time ... Action) — quiet, editorial,
   not a heavy grey block */
.vhl-programs-table thead tr:not(.vhl-day-header-row) th {
    background: #faf9f7;
    color: #6b7280;
    font-weight: 700;
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    padding: 14px 16px;
    border-bottom: 1px solid #e5e2db;
    border-left: none;
    border-right: none;
    text-align: left;
    white-space: nowrap;
}

.vhl-programs-table tbody tr {
    transition: background 0.12s ease;
}
.vhl-programs-table tbody tr:last-child { border-bottom: none; }

/* Every row belonging to one program (data row R1, notes-toggle row R2, and
   the expanded details row R3) shares the same stripe class and gets the
   SAME resting background — this is the actual zebra stripe on the table
   itself, not just a hover effect. */
.vhl-program-row,
.vhl-details-toggle-row,
.vhl-details-row {
    border-bottom: none;
}

.vhl-stripe-a { background: #ffffff; }
.vhl-stripe-b { background: #faf9f7; }

/* Divider between one program's full block and the next. Lives on the
   toggle row (R2) by default since R2 is always visible — but when the
   details row (R3) is expanded (JS adds .vhl-expanded to R2 at that point),
   the divider moves down to R3 instead, so it never appears as an internal
   line splitting the toggle row from the expanded content. */
.vhl-details-toggle-row {
    border-bottom: 1px solid #dcd8ce;
}
.vhl-details-toggle-row.vhl-expanded {
    border-bottom: none;
}
.vhl-details-row {
    border-bottom: 1px solid #dcd8ce;
}

/* --- Unified hover across all 3 rows of a block, in every direction ---
   Hovering R1, R2, or R3 all produce the same result: all three rows in
   that program's block darken together, since they're all "the same
   section" as far as the person looking at the page is concerned. */

/* stripe-a (white) block */
.vhl-stripe-a.vhl-program-row:hover,
.vhl-stripe-a.vhl-program-row:hover + .vhl-details-toggle-row,
.vhl-stripe-a.vhl-program-row:hover + .vhl-details-toggle-row + .vhl-details-row,
.vhl-stripe-a.vhl-details-toggle-row:hover,
.vhl-stripe-a.vhl-details-toggle-row:hover + .vhl-details-row,
.vhl-stripe-a.vhl-program-row:has(+ .vhl-details-toggle-row:hover),
.vhl-stripe-a.vhl-details-row:hover,
.vhl-stripe-a.vhl-details-toggle-row:has(+ .vhl-details-row:hover),
.vhl-stripe-a.vhl-program-row:has(+ .vhl-details-toggle-row + .vhl-details-row:hover) {
    background: #e7e5e0 !important;
}

/* stripe-b (gold) block */
.vhl-stripe-b.vhl-program-row:hover,
.vhl-stripe-b.vhl-program-row:hover + .vhl-details-toggle-row,
.vhl-stripe-b.vhl-program-row:hover + .vhl-details-toggle-row + .vhl-details-row,
.vhl-stripe-b.vhl-details-toggle-row:hover,
.vhl-stripe-b.vhl-details-toggle-row:hover + .vhl-details-row,
.vhl-stripe-b.vhl-program-row:has(+ .vhl-details-toggle-row:hover),
.vhl-stripe-b.vhl-details-row:hover,
.vhl-stripe-b.vhl-details-toggle-row:has(+ .vhl-details-row:hover),
.vhl-stripe-b.vhl-program-row:has(+ .vhl-details-toggle-row + .vhl-details-row:hover) {
    background: #ece7db !important;
}

/* Toggle link darkens slightly on hover for a bit of extra contrast, now that
   both hover backgrounds are light tones rather than saturated gold. */
.vhl-details-toggle-row:hover .vhl-details-toggle,
.vhl-program-row:hover + .vhl-details-toggle-row .vhl-details-toggle,
.vhl-details-toggle-row:has(+ .vhl-details-row:hover) .vhl-details-toggle,
.vhl-program-row:has(+ .vhl-details-toggle-row + .vhl-details-row:hover) + .vhl-details-toggle-row .vhl-details-toggle {
    color: #6d5424;
}

.vhl-programs-table td { 
    padding: 16px; 
    text-align: left; 
    vertical-align: middle; 
    font-size: 13.5px;
    color: #1e293b;
    border: none;
}
.vhl-programs-table td:nth-child(1) { font-weight: 700; color: #0b0e14; }
.vhl-programs-table td:nth-child(2),
.vhl-programs-table td:nth-child(3),
.vhl-programs-table td:nth-child(4) {
    font-variant-numeric: tabular-nums;
}

.vhl-program-meta {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
    margin-top: 2px;
}

.vhl-details-toggle-row td {
    padding: 4px 16px 12px !important;
}

.vhl-details-toggle {
    background: none;
    border: none;
    padding: 3px 8px;
    margin-left: -8px;
    border-radius: 4px;
    color: #8a6a30;
    font-size: 11.5px;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    transition: background 0.12s ease, color 0.12s ease;
}
.vhl-details-toggle:hover {
    background: #0b0e14 !important;
    color: #ffffff !important;
}

.vhl-details-row td {
    padding: 14px 16px !important;
}
.vhl-details-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.vhl-details-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #9ca3af;
    margin-bottom: 3px;
}

/* Day-of-week banner row — same ink/gold identity as the intake form,
   so the two halves of the page feel like one product */
.vhl-day-header-row th {
    background: linear-gradient(135deg, #0b0e14 0%, #151a22 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    padding: 14px 16px;
    border-bottom: 2px solid #c8a45f;
}

.vhl-tbd {
    color: #9ca3af;
    font-style: italic;
    font-size: 12.5px;
}

/* --- Status chips: dot + label, reads cleaner than flat color blocks --- */
.vhl-spots-badge,
.vhl-spots-sold,
.vhl-spots-waitlist {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 11px 5px 9px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 10.5px;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
.vhl-spots-badge::before,
.vhl-spots-sold::before,
.vhl-spots-waitlist::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}

.vhl-spots-badge {
    background: #e6f4ec;
    color: #1f7a4d;
}
.vhl-spots-badge::before { background: #1f7a4d; }

.vhl-spots-badge.low-spots {
    background: #fdf1d9;
    color: #92400e;
}
.vhl-spots-badge.low-spots::before { background: #92400e; }

.vhl-spots-sold {
    background: #fbeaea;
    color: #9b2c2c;
}
.vhl-spots-sold::before { background: #9b2c2c; }

.vhl-spots-waitlist {
    background: #e9e7fb;
    color: #3730a3;
}
.vhl-spots-waitlist::before { background: #3730a3; }

/* --- Register button: same gold gradient as the intake form's submit
   button, so the table's primary action matches the form's primary action --- */
.vhl-register-btn { 
    background: linear-gradient(135deg, #e5c58c 0%, #c49b56 100%);
    color: #14171c;
    border: none; 
    padding: 9px 18px; 
    border-radius: 6px; 
    cursor: pointer; 
    font-weight: 700; 
    font-size: 12.5px;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 5px rgba(196, 155, 86, 0.3);
    transition: filter 0.15s ease, transform 0.1s ease;
}
.vhl-register-btn:hover { 
    filter: brightness(1.05);
}
.vhl-register-btn:active {
    transform: translateY(1px);
}
.vhl-register-btn.disabled { 
    background: #e5e3de; 
    color: #9ca3af; 
    cursor: not-allowed; 
    box-shadow: none;
    transform: none;
}

/* Join Waitlist — outline treatment on the same ink/gold identity, so it
   reads as a distinct, secondary action rather than an unrelated color */
.vhl-waitlist-btn {
    background: #0b0e14;
    color: #e5c58c;
    border: 1px solid #c49b56;
    box-shadow: none;
}
.vhl-waitlist-btn:hover {
    background: #151a22;
    filter: none;
}

/* --- Location link + map modal button --- */
.vhl-location-link {
    background: none;
    border: none;
    padding: 0;
    color: #0b0e14;
    text-decoration: none;
    border-bottom: 1px solid #c49b56;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 700;
    text-align: left;
}
.vhl-location-link:hover {
    color: #8a6a30;
}
.vhl-map-link-btn {
    display: inline-block;
    margin-top: 18px;
    background: transparent;
    color: #0b0e14;
    text-decoration: none;
    padding: 9px 20px;
    border: 1.5px solid #0b0e14;
    border-radius: 6px;
    font-weight: 700;
    font-size: 12.5px;
    transition: background 0.15s ease, color 0.15s ease;
}
.vhl-map-link-btn:hover {
    background: #0b0e14;
    color: #ffffff;
}

/* Spacer Divider */
.vhl-section-spacer { height: 30px; }

/* =========================================================================
   INTAKE FORM — unchanged from your version, exactly as it was.
   ========================================================================= */
#vhl-form-container { 
    background: #1a1e24; 
    color: #f8fafc; 
    padding: 36px; 
    border-radius: 0; 
    border: 1px solid #2d3748;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4); 
    margin-bottom: 50px; 
    font-size: 14px;
}
#vhl-form-container h3 { 
    margin-top: 0; 
    color: #ffffff; 
    font-size: 18px; 
    font-weight: 600;
    margin-bottom: 24px;
    border-bottom: 1px solid #2d3748;
    padding-bottom: 12px;
}
#vhl-form-container h4 { 
    color: #e2e8f0; 
    font-size: 13px; 
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 32px; 
    margin-bottom: 14px; 
    font-weight: 700; 
    border-bottom: 1px solid #334155;
    padding-bottom: 8px;
}
.vhl-form-row { display: flex; gap: 16px; }
.vhl-form-row .vhl-field-group { flex: 1; }
.vhl-field-group { margin-bottom: 16px; }
.vhl-field-group label { display: block; margin-bottom: 6px; font-size: 13px; color: #cbd5e1; font-weight: 500; }
.vhl-field-group input[type="text"], 
.vhl-field-group input[type="date"], 
.vhl-field-group input[type="email"], 
.vhl-field-group select { 
    width: 100%; 
    padding: 11px 14px; 
    border-radius: 0; 
    border: 1px solid #334155; 
    background: #111418; 
    color: #fff; 
    box-sizing: border-box; 
    font-size: 14px; 
}
.vhl-field-group input:focus, .vhl-field-group select:focus {
    outline: none;
    border-color: #d4a961;
}
.vhl-field-group select option { background: #111418; color: #fff; }
.vhl-field-group.checkbox { display: flex; align-items: center; margin-top: 20px; }
.vhl-field-group.checkbox label { display: inline; color: #cbd5e1; font-size: 13px; cursor: pointer; }
.vhl-legal-link {
    color: #d4a961;
    font-weight: 600;
    text-decoration: underline;
}
.vhl-legal-link:hover {
    color: #e5c58c;
}
#vhl-submit-btn { 
    background: linear-gradient(135deg, #e5c58c 0%, #c49b56 100%); 
    color: #111827; 
    border: none; 
    padding: 13px 18px; 
    font-weight: 700; 
    border-radius: 0; 
    cursor: pointer; 
    width: 100%; 
    font-size: 15px; 
    margin-top: 14px; 
    box-shadow: 0 2px 6px rgba(196, 155, 86, 0.2);
    transition: opacity 0.2s; 
}
#vhl-submit-btn:hover { 
    opacity: 0.95; 
}
#vhl-submit-btn:disabled {
    background: #334155;
    color: #94a3b8;
    cursor: not-allowed;
    box-shadow: none;
    opacity: 1;
}
.vhl-success-box { 
    background: #064e3b; 
    border: 1px solid #059669; 
    padding: 18px; 
    border-radius: 0; 
    color: #ecfdf5; 
    text-align: center; 
    font-size: 14px;
}

/* Legal-docs modal & Location modal (shared classes) — unchanged */
.vhl-modal {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 23, 42, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
}
.vhl-modal-content {
    background: #ffffff;
    padding: 30px;
    width: 90%;
    max-width: 750px;
    border-radius: 0;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: vhlModalFadeIn 0.25s ease-out;
}
.vhl-modal-close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #64748b;
}
.vhl-modal-close:hover {
    color: #0f172a;
}
@keyframes vhlModalFadeIn {
    from { opacity: 0; transform: translateY(-15px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Mobile */
@media (max-width: 640px) {
    .vhl-container { padding: 0 4px; }
    #vhl-form-container { padding: 22px 18px; }
    .vhl-form-row { gap: 0; }
}