/*
Theme Name:  ShopNChill
Theme URI:   https://shopandchilldeals.com
Description: Bespoke navy & gold affiliate theme for Shop & Chill Deals – Kitchen & Home
Author:      ShopAndChillDeals
Author URI:  https://shopandchilldeals.com
Version:     1.0.0
Requires at least: 6.0
Tested up to: 6.7
Text Domain: shopnchill
License:     GPL-2.0-or-later
*/

/* ── CSS custom properties ── */
:root {
  --navy:       #0B1F3A;
  --navy-mid:   #122949;
  --navy-light: #1A3A5C;
  --gold:       #C9913D;
  --gold-bright:#E5A84A;
  --gold-light: #F0C97A;
  --cream:      #FAF6EE;
  --white:      #FFFFFF;
  --text-muted: #8CA0B8;
  --border:     rgba(201,145,61,0.2);
}

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--navy);
}

a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-light); }

img { max-width: 100%; height: auto; }

/* ── Default content area (non-homepage pages) ── */
.shopnchill-wrap {
  max-width: 860px;
  margin: 60px auto;
  padding: 0 5%;
}

.shopnchill-entry h1,
.shopnchill-entry h2,
.shopnchill-entry h3 {
  font-family: 'Playfair Display', serif;
  color: var(--navy);
  margin-bottom: 0.75rem;
}

.shopnchill-entry p { line-height: 1.7; margin-bottom: 1rem; }

/* ── Default header strip (shown on non-homepage pages) ── */
.shopnchill-header {
  background: var(--navy);
  padding: 0 5%;
  height: 70px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--gold);
}

.shopnchill-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--white);
  text-decoration: none;
}

.shopnchill-logo span { color: var(--gold); }

/* ── Default footer strip ── */
.shopnchill-footer {
  background: #060F1C;
  color: #4A5F78;
  text-align: center;
  padding: 2rem 5%;
  font-size: 0.8rem;
  margin-top: 60px;
}
