/**
 * Theme Name:     The Shop Sealed
 * Author:         Preserve Site Themes
 * Template:       Divi
 * Text Domain:    the-shop-sealed
 * Description:    Ad-safe sealed storefront child theme for thesportingshop.com. Fishing / apparel / drinkware only — category allowlist + keyword denylist enforced on every product query. No firearms, no links to the outfitter. Google Ads compliant.
 * Version:        1.3.40
 * License URI:    https://thesportingshop.com
 * Tags:           Sporting Shop, sealed, ad-safe
 */

/* =========================================================
   §00  BASE — editorial palette (LOCKED: 5 colors only)
   oxblood #8f2418 · ink #1c1a17 · paper #faf6ed · bone #f4ede0 · gold #c9a159
   ========================================================= */
:root{
  --ox:#8f2418; --ink:#1c1a17; --paper:#faf6ed; --bone:#f4ede0; --gold:#c9a159;
  --gold-dark:#8a6731;
  --serif:"Cormorant Garamond",Georgia,serif;
  --display:"Playfair Display",Georgia,serif;
  --sans:"Montserrat",system-ui,sans-serif;
  --mono:"JetBrains Mono",ui-monospace,monospace;
}

/* Links never default-blue — editorial hover language (ink/oxblood text, gold accent). */
a{ color:var(--ox); text-decoration:none; }
a:hover,a:focus{ color:var(--ink); }

/* All storefront-specific rules live in fieldcraft-sealed.css (enqueued handle: tss-sealed). */
