/* ==========================================================================
   Theme: Alpine Precision
   Vibe:   Technical, premium, modern
   Target: Precision rifle academies (PRS, NRL), long-range schools,
           Pacific NW / Mountain West, biathlon / precision sport
   ========================================================================== */

[data-theme="alpine-precision"] {
    /* ── Brand Colors ─────────────────────────────────────────────────────── */
    --ot-color-primary:           #0077ff;
    --ot-color-primary-light:     #3490ff;
    --ot-color-primary-dark:      #0060cc;
    --ot-color-primary-contrast:  #ffffff;

    --ot-color-accent:            #ff6b35;
    --ot-color-accent-light:      #ff8b5a;
    --ot-color-accent-dark:       #e55522;
    --ot-color-accent-contrast:   #ffffff;

    --ot-color-secondary:         #1f2937;
    --ot-color-secondary-light:   #374151;
    --ot-color-secondary-dark:    #111827;
    --ot-color-secondary-contrast:#ffffff;

    /* ── Surfaces ─────────────────────────────────────────────────────────── */
    --ot-color-bg:                #ffffff;
    --ot-color-bg-alt:            #f8fafc;
    --ot-color-surface:           #ffffff;
    --ot-color-surface-hover:     #f1f5f9;

    /* ── Text ─────────────────────────────────────────────────────────────── */
    --ot-color-text:              #1f2937;
    --ot-color-text-link:         #0077ff;
    --ot-color-text-link-hover:   #0060cc;

    /* ── Border ───────────────────────────────────────────────────────────── */
    --ot-color-border-focus:      #0077ff;

    /* ── Footer chrome (coordinated against charcoal footer bg) ───────────────
       Vivid orange accent overheats against charcoal. Use cool light blue
       to stay technical-precision feel. */
    --ot-color-footer-heading:    #bfdbfe;
    --ot-color-footer-link:       #cbd5e1;
    --ot-color-footer-link-hover: #60a5fa;

    /* ── Typography (technical, clean) ────────────────────────────────────── */
    --ot-font-heading:            'Inter', sans-serif;
    --ot-heading-transform:       none;
    --ot-tracking-wide:           -0.02em;

    /* ── Shape (modern technical) ─────────────────────────────────────────── */
    --ot-radius-button:           8px;
    --ot-radius-card:             12px;
    --ot-radius-input:            8px;
}
