/* ==========================================================================
   Theme: Heritage Brass
   Vibe:   Sporting heritage, refined, upland
   Target: Sporting clays, upland hunting outfitters, premium shotgun dealers
           (Beretta / Benelli / Browning Citori customers), traditional gunsmiths
   ========================================================================== */

[data-theme="heritage-brass"] {
    /* ── Brand Colors ─────────────────────────────────────────────────────── */
    --ot-color-primary:           #2d4a2b;
    --ot-color-primary-light:     #3f6740;
    --ot-color-primary-dark:      #1e331d;
    --ot-color-primary-contrast:  #ffffff;

    --ot-color-accent:            #b8860b;
    --ot-color-accent-light:      #d4a12b;
    --ot-color-accent-dark:       #8b6308;
    --ot-color-accent-contrast:   #ffffff;

    --ot-color-secondary:         #5a3e2b;
    --ot-color-secondary-light:   #7a563d;
    --ot-color-secondary-dark:    #3d2a1c;
    --ot-color-secondary-contrast:#ffffff;

    /* ── Surfaces ─────────────────────────────────────────────────────────── */
    --ot-color-bg:                #faf5e6;
    --ot-color-bg-alt:            #f5edd8;
    --ot-color-surface:           #ffffff;
    --ot-color-surface-hover:     #f5edd8;

    /* ── Text ─────────────────────────────────────────────────────────────── */
    --ot-color-text:              #2d1b0e;
    --ot-color-text-link:         #2d4a2b;
    --ot-color-text-link-hover:   #b8860b;

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

    /* ── Typography (heritage refined) ────────────────────────────────────── */
    --ot-font-heading:            'Playfair Display', serif;
    --ot-heading-transform:       none;
    --ot-tracking-wide:           0.02em;

    /* ── Shape (refined, slight rounding) ─────────────────────────────────── */
    --ot-radius-button:           4px;
    --ot-radius-card:             6px;
    --ot-radius-input:            4px;
}
