/* ==========================================================================
   Theme: Desert Sunset
   Vibe:   Warm, Southwest, regional
   Target: AZ/NM/TX/UT outfitters, hunting + range combos, ranch shooting schools
   ========================================================================== */

[data-theme="desert-sunset"] {
    /* ── Brand Colors ─────────────────────────────────────────────────────── */
    --ot-color-primary:           #c8553d;
    --ot-color-primary-light:     #d87564;
    --ot-color-primary-dark:      #a53d28;
    --ot-color-primary-contrast:  #ffffff;

    --ot-color-accent:            #2eb5a8;
    --ot-color-accent-light:      #4fc9bd;
    --ot-color-accent-dark:       #1f9a8e;
    --ot-color-accent-contrast:   #ffffff;

    --ot-color-secondary:         #6b4226;
    --ot-color-secondary-light:   #8b5a35;
    --ot-color-secondary-dark:    #4d2f1c;
    --ot-color-secondary-contrast:#ffffff;

    /* ── Surfaces ─────────────────────────────────────────────────────────── */
    --ot-color-bg:                #fbf6eb;
    --ot-color-bg-alt:            #f4e9d8;
    --ot-color-surface:           #ffffff;
    --ot-color-surface-hover:     #f4e9d8;

    /* ── Text ─────────────────────────────────────────────────────────────── */
    --ot-color-text:              #2d1b0e;
    --ot-color-text-link:         #c8553d;
    --ot-color-text-link-hover:   #2eb5a8;

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

    /* ── Footer chrome (coordinated against warm-brown footer bg) ─────────────
       Turquoise accent works for CTAs on sand page but jars on brown footer.
       Use warm gold instead — same family as terracotta + brown. */
    --ot-color-footer-heading:    #fde68a;
    --ot-color-footer-link:       #f4e9d8;
    --ot-color-footer-link-hover: #fde68a;

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

    /* ── Shape (rounded, warm) ────────────────────────────────────────────── */
    --ot-radius-button:           12px;
    --ot-radius-card:             8px;
    --ot-radius-input:            8px;
}
