/**
 * Theme Name:     Miles Edition
 * Author:         Preserve Site Themes
 * Template:       Divi
 * Text Domain:    miles-edition
 * Description:    Standalone Divi child theme for MilesEdition.com — a limited-edition signature-gun microsite with its OWN brand (matte black + champagne gold luxury reveal; NOT the Sporting Shoppe / Preserve editorial system). Flagship: the Gebben Miles Edition Blaser FBX sporting-clays shotgun, an exclusive of The Sporting Shoppe. Built to host additional signature editions over time. Several parked domains 301 to milesedition.com.
 * Version:        1.8.3
 * License URI:    https://milesedition.com
 * Tags:           Miles Edition, Blaser, FBX, limited edition, sporting clays
 */

/* =========================================================
   §00  BASE — Miles Edition brand tokens (independent palette)
   Matte black grounds · champagne gold accent · warm off-white text.
   This site does NOT use the oxblood/paper Sporting-Shoppe palette.
   ========================================================= */
:root{
  --ml-black:#0b0a09;      /* page ground            */
  --ml-panel:#141210;      /* raised panels          */
  --ml-panel-2:#1c1815;    /* second-level panels    */
  --ml-line:rgba(201,161,89,.22);
  --ml-gold:#c9a159;       /* champagne gold accent  */
  --ml-gold-lift:#e0bd7e;  /* hover / highlight       */
  --ml-walnut:#3a2a1c;     /* deep walnut tone       */
  --ml-paper:#efe9df;      /* primary text on dark   */
  --ml-mute:rgba(239,233,223,.62);
  --ml-disp:"Bodoni Moda",Georgia,serif;
  --ml-serif:"Cormorant Garamond",Georgia,serif;
  --ml-sans:"Archivo","Helvetica Neue",system-ui,sans-serif;
  --ml-script:"Tangerine",cursive;
}

/* Links never default-blue. On this dark microsite the link/hover language is
   champagne gold → lighter gold. */
a{ color:var(--ml-gold); text-decoration:none; }
a:hover,a:focus{ color:var(--ml-gold-lift); }

/* The landing rules ship inside each self-contained paste-in Code module
   (scoped to .ml-land). See resources/library/. */
