/*
Theme Name: Bloom Boutique
Theme URI: https://buylofy.com/
Author: MESSAOUDENE AHMED
Description: Feminine affiliate marketing theme for Amazon + Pinterest. SEO optimized, AdSense ready, product card layouts built in.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: bloom-boutique
Tags: blog, affiliate, feminine, woocommerce, seo, adsense
*/

/* ============================================================
   CUSTOM PROPERTIES
============================================================ */
:root {
  --rose:        #e8a0a0;
  --rose-light:  #f9eded;
  --rose-dark:   #c97a7a;
  --blush:       #f5e6e8;
  --cream:       #fdf8f5;
  --warm-white:  #fffcfa;
  --terracotta:  #d4856a;
  --sage:        #8aab8a;
  --text:        #2d2020;
  --text-mid:    #5a4040;
  --text-muted:  #9c7e7e;
  --border:      #edd8d8;
  --shadow:      rgba(200,120,120,.10);

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
  --font-mono:    'DM Mono', monospace;

  --container:    1180px;
  --radius:       12px;
  --radius-sm:    7px;
  --transition:   .22s ease;
}

/* ============================================================
   RESET + BASE
============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.1vw, 17px);
  color: var(--text);
  background: var(--cream);
  line-height: 1.75;
}
img { max-width: 100%; height: auto; display: block; }
a  { color: var(--rose-dark); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--terracotta); }
ul, ol { padding-left: 1.4em; }
button { cursor: pointer; font-family: var(--font-body); }
input, textarea, select { font-family: var(--font-body); }

/* ============================================================
   TYPOGRAPHY
============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  color: var(--text);
  line-height: 1.25;
  font-weight: 600;
}
h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.55rem); }
h4 { font-size: 1.15rem; }
p  { margin-bottom: 1.1em; }
p:last-child { margin-bottom: 0; }
.serif { font-family: var(--font-display); }

/* ============================================================
   LAYOUT
============================================================ */
.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
}
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }

/* ============================================================
   SITE HEADER
============================================================ */
.site-header {
  background: var(--warm-white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 20px var(--shadow);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  gap: 1.5rem;
}
.site-logo {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -.02em;
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-shrink: 0;
}
.site-logo span { color: var(--rose-dark); }
.site-logo small {
  font-family: var(--font-body);
  font-size: .7rem;
  font-weight: 400;
  color: var(--text-muted);
  letter-spacing: .05em;
  display: block;
  margin-top: -4px;
  text-transform: uppercase;
}

/* PRIMARY NAV */
.primary-nav { display: flex; align-items: center; gap: .25rem; }
.primary-nav a {
  font-size: .9rem;
  font-weight: 500;
  color: var(--text-mid);
  padding: .4rem .85rem;
  border-radius: 30px;
  transition: all var(--transition);
  white-space: nowrap;
}
.primary-nav a:hover,
.primary-nav .current-menu-item a {
  background: var(--rose-light);
  color: var(--rose-dark);
}
.nav-cta {
  background: var(--rose-dark) !important;
  color: #fff !important;
  padding: .45rem 1.1rem !important;
}
.nav-cta:hover { background: var(--terracotta) !important; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: var(--text);
  padding: .25rem;
}

/* ============================================================
   HERO — FRONT PAGE
============================================================ */
.hero {
  background: linear-gradient(135deg, var(--blush) 0%, var(--rose-light) 50%, var(--cream) 100%);
  padding: clamp(3rem, 8vw, 6rem) 0;
  overflow: hidden;
  position: relative;
}
.hero::before {
  content: '';
  position: absolute;
  right: -100px;
  top: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(232,160,160,.25) 0%, transparent 70%);
  border-radius: 50%;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
}
.hero-eyebrow {
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--rose-dark);
  margin-bottom: .75rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.hero-eyebrow::before {
  content: '';
  width: 30px;
  height: 2px;
  background: var(--rose-dark);
  border-radius: 2px;
}
.hero h1 { margin-bottom: 1rem; }
.hero p { font-size: 1.1rem; color: var(--text-mid); max-width: 480px; margin-bottom: 2rem; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-image {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--rose-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  box-shadow: 0 20px 60px var(--shadow);
}
.hero-stats {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.hero-stat-num {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--rose-dark);
}
.hero-stat-label { font-size: .8rem; color: var(--text-muted); }

/* ============================================================
   BUTTONS
============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.6rem;
  border-radius: 40px;
  font-size: .9rem;
  font-weight: 600;
  transition: all var(--transition);
  border: 2px solid transparent;
  white-space: nowrap;
}
.btn-primary {
  background: var(--rose-dark);
  color: #fff;
}
.btn-primary:hover { background: var(--terracotta); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,122,122,.35); }
.btn-outline {
  border-color: var(--rose-dark);
  color: var(--rose-dark);
  background: transparent;
}
.btn-outline:hover { background: var(--rose-dark); color: #fff; transform: translateY(-2px); }
.btn-amazon {
  background: #ff9900;
  color: #111;
  font-weight: 700;
  border-color: #ff9900;
}
.btn-amazon:hover { background: #e68a00; color: #111; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,153,0,.3); }
.btn-pinterest {
  background: #e60023;
  color: #fff;
  border-color: #e60023;
}
.btn-pinterest:hover { background: #c0001d; color: #fff; }
.btn-sm { padding: .5rem 1.1rem; font-size: .82rem; }

/* ============================================================
   SECTION TITLES
============================================================ */
.section { padding: clamp(2.5rem, 6vw, 4.5rem) 0; }
.section-title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.section-title .eyebrow {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--rose-dark);
  margin-bottom: .5rem;
  background: var(--rose-light);
  padding: .25rem .9rem;
  border-radius: 20px;
}
.section-title h2 { margin-bottom: .5rem; }
.section-title p { color: var(--text-muted); font-size: .95rem; max-width: 520px; margin-inline: auto; }

/* ============================================================
   PRODUCT CARDS — AMAZON AFFILIATE
============================================================ */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.5rem;
}
.product-card {
  background: var(--warm-white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px var(--shadow);
}
.product-card-image {
  aspect-ratio: 1/1;
  background: var(--rose-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  overflow: hidden;
  position: relative;
}
.product-card-image img { width: 100%; height: 100%; object-fit: cover; }
.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: .7rem;
  font-weight: 700;
  padding: .25rem .65rem;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.badge-bestseller { background: #ff9900; color: #111; }
.badge-new        { background: var(--sage); color: #fff; }
.badge-sale       { background: var(--terracotta); color: #fff; }
.badge-fave       { background: var(--rose-dark); color: #fff; }
.product-card-body { padding: 1.1rem; flex: 1; display: flex; flex-direction: column; gap: .6rem; }
.product-card-category {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--rose-dark);
}
.product-card-title {
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.35;
  color: var(--text);
  flex: 1;
}
.product-card-title a { color: inherit; }
.product-card-title a:hover { color: var(--rose-dark); }
.product-card-meta { display: flex; align-items: center; justify-content: space-between; }
.product-stars { color: #ff9900; font-size: .85rem; letter-spacing: -.03em; }
.product-reviews { font-size: .75rem; color: var(--text-muted); margin-left: .3rem; }
.product-price {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text);
}
.product-price .old-price {
  font-size: .85rem;
  color: var(--text-muted);
  text-decoration: line-through;
  font-weight: 400;
  margin-right: .35rem;
}
.product-card-footer { padding: .9rem 1.1rem; border-top: 1px solid var(--border); }
.affiliate-disclosure {
  font-size: .7rem;
  color: var(--text-muted);
  margin-top: .5rem;
  font-style: italic;
}

/* ============================================================
   BLOG / POST CARDS
============================================================ */
.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.75rem;
}
.post-card {
  background: var(--warm-white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}
.post-card:hover { transform: translateY(-4px); box-shadow: 0 14px 40px var(--shadow); }
.post-card-image {
  aspect-ratio: 16/9;
  background: var(--rose-light);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}
.post-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card:hover .post-card-image img { transform: scale(1.04); }
.post-card-body { padding: 1.25rem; }
.post-card-cat {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--rose-dark);
  background: var(--rose-light);
  padding: .2rem .7rem;
  border-radius: 20px;
  margin-bottom: .65rem;
}
.post-card-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin-bottom: .5rem;
  line-height: 1.3;
}
.post-card-title a { color: var(--text); }
.post-card-title a:hover { color: var(--rose-dark); }
.post-card-excerpt { font-size: .88rem; color: var(--text-mid); line-height: 1.65; }
.post-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  font-size: .78rem;
  color: var(--text-muted);
}
.post-card-meta a { color: var(--rose-dark); font-weight: 600; }

/* ============================================================
   PINTEREST CTA BANNER
============================================================ */
.pinterest-banner {
  background: linear-gradient(135deg, #e60023 0%, #ad081b 100%);
  color: #fff;
  padding: 2.5rem;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 2rem 0;
}
.pinterest-banner h3 { font-family: var(--font-display); font-size: 1.5rem; margin-bottom: .35rem; }
.pinterest-banner p  { opacity: .9; font-size: .95rem; }
.pinterest-icon { font-size: 3rem; flex-shrink: 0; }

/* ============================================================
   ADSENSE AD SLOTS
============================================================ */
.ad-slot {
  background: var(--blush);
  border: 1px dashed var(--rose);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: .8rem;
  font-style: italic;
  min-height: 90px;
  margin: 1.5rem 0;
  overflow: hidden;
}
.ad-slot-leaderboard { min-height: 90px; }
.ad-slot-rectangle   { min-height: 250px; max-width: 300px; }
.ad-slot-banner      { min-height: 60px; }

/* ============================================================
   SINGLE POST LAYOUT
============================================================ */
.post-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 2.5rem;
  align-items: start;
}
.post-content { min-width: 0; }
.post-header { margin-bottom: 2rem; }
.post-header .cats { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.post-header .cat-link {
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--rose-dark);
  background: var(--rose-light);
  padding: .2rem .75rem;
  border-radius: 20px;
}
.post-header h1 { margin-bottom: .75rem; }
.post-meta-bar {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: .82rem;
  color: var(--text-muted);
  padding: .85rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
}
.post-meta-bar strong { color: var(--text-mid); }
.post-featured-image {
  border-radius: var(--radius);
  overflow: hidden;
  margin: 1.5rem 0 2rem;
  aspect-ratio: 16/9;
  background: var(--rose-light);
}
.post-featured-image img { width: 100%; height: 100%; object-fit: cover; }

/* POST BODY */
.entry-content h2, .entry-content h3 { margin: 2rem 0 .75rem; }
.entry-content ul, .entry-content ol { margin-bottom: 1rem; }
.entry-content li { margin-bottom: .35rem; }
.entry-content blockquote {
  border-left: 4px solid var(--rose-dark);
  padding: 1rem 1.5rem;
  background: var(--rose-light);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin: 1.5rem 0;
  font-style: italic;
  color: var(--text-mid);
}
.entry-content a { color: var(--rose-dark); text-decoration: underline; text-underline-offset: 3px; }

/* AFFILIATE PRODUCT BOX — inside posts */
.affiliate-box {
  background: var(--warm-white);
  border: 2px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin: 2rem 0;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 1.25rem;
  align-items: start;
}
.affiliate-box-image {
  border-radius: var(--radius-sm);
  overflow: hidden;
  aspect-ratio: 1/1;
  background: var(--rose-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}
.affiliate-box-image img { width: 100%; height: 100%; object-fit: contain; padding: .5rem; }
.affiliate-box-title { font-family: var(--font-display); font-size: 1.15rem; margin-bottom: .4rem; }
.affiliate-box-stars { color: #ff9900; font-size: .9rem; margin-bottom: .4rem; }
.affiliate-box-price { font-size: 1.3rem; font-weight: 700; color: var(--text); margin-bottom: .75rem; }
.affiliate-box-pros { list-style: none; padding: 0; margin-bottom: 1rem; }
.affiliate-box-pros li { padding-left: 1.3em; position: relative; font-size: .88rem; margin-bottom: .3rem; color: var(--text-mid); }
.affiliate-box-pros li::before { content: '✓'; position: absolute; left: 0; color: var(--sage); font-weight: 700; }
.affiliate-disclosure-box {
  font-size: .72rem;
  color: var(--text-muted);
  font-style: italic;
  background: var(--blush);
  padding: .5rem .85rem;
  border-radius: var(--radius-sm);
  margin: 1.5rem 0;
  border-left: 3px solid var(--rose);
}

/* TOP PICKS TABLE */
.top-picks-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: .88rem; }
.top-picks-table th {
  background: var(--rose-dark);
  color: #fff;
  padding: .65rem .9rem;
  text-align: left;
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .04em;
}
.top-picks-table th:first-child { border-radius: var(--radius-sm) 0 0 0; }
.top-picks-table th:last-child  { border-radius: 0 var(--radius-sm) 0 0; }
.top-picks-table td { padding: .65rem .9rem; border-bottom: 1px solid var(--border); vertical-align: middle; }
.top-picks-table tr:hover td   { background: var(--rose-light); }
.top-picks-table tr:last-child td { border-bottom: none; }
.pick-rank { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; color: var(--rose-dark); text-align: center; }

/* ============================================================
   SIDEBAR
============================================================ */
.sidebar { display: flex; flex-direction: column; gap: 1.75rem; }
.widget {
  background: var(--warm-white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.widget-title {
  background: var(--rose-light);
  padding: .85rem 1.25rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: .5rem;
}
.widget-body { padding: 1.25rem; }
.widget-body ul { list-style: none; padding: 0; }
.widget-body ul li { padding: .45rem 0; border-bottom: 1px solid var(--border); font-size: .88rem; }
.widget-body ul li:last-child { border-bottom: none; }
.widget-body ul li a { color: var(--text-mid); display: flex; align-items: center; justify-content: space-between; }
.widget-body ul li a:hover { color: var(--rose-dark); }
.widget-body ul .count { font-size: .75rem; color: var(--text-muted); background: var(--rose-light); padding: .1rem .5rem; border-radius: 20px; }
.newsletter-widget input[type="email"] {
  width: 100%;
  padding: .65rem .9rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: .9rem;
  margin-bottom: .75rem;
  outline: none;
  color: var(--text);
  background: var(--cream);
}
.newsletter-widget input[type="email"]:focus { border-color: var(--rose-dark); }
.newsletter-widget p { font-size: .85rem; color: var(--text-muted); margin-bottom: .85rem; line-height: 1.5; }

/* ============================================================
   CATEGORY STRIP
============================================================ */
.category-strip { display: flex; gap: .75rem; flex-wrap: wrap; margin-bottom: 2rem; }
.cat-pill {
  padding: .45rem 1.1rem;
  border-radius: 30px;
  font-size: .82rem;
  font-weight: 600;
  background: var(--warm-white);
  border: 1.5px solid var(--border);
  color: var(--text-mid);
  transition: all var(--transition);
}
.cat-pill:hover, .cat-pill.active {
  background: var(--rose-dark);
  color: #fff;
  border-color: var(--rose-dark);
}

/* ============================================================
   TRUST BAR
============================================================ */
.trust-bar {
  background: var(--blush);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: .9rem 0;
}
.trust-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .82rem;
  color: var(--text-mid);
  font-weight: 500;
}
.trust-icon { font-size: 1.1rem; }

/* ============================================================
   NEWSLETTER SECTION
============================================================ */
.newsletter-section {
  background: linear-gradient(135deg, var(--blush), var(--rose-light));
  border-radius: var(--radius);
  padding: clamp(2rem, 5vw, 3.5rem);
  text-align: center;
  border: 1px solid var(--border);
  margin: 2rem 0;
}
.newsletter-section h2 { margin-bottom: .5rem; }
.newsletter-section p  { color: var(--text-muted); margin-bottom: 1.5rem; }
.newsletter-form { display: flex; gap: .75rem; max-width: 460px; margin-inline: auto; flex-wrap: wrap; }
.newsletter-form input[type="email"] {
  flex: 1;
  min-width: 200px;
  padding: .75rem 1rem;
  border: 1.5px solid var(--border);
  border-radius: 40px;
  font-size: .92rem;
  background: #fff;
  outline: none;
  color: var(--text);
}
.newsletter-form input[type="email"]:focus { border-color: var(--rose-dark); }

/* ============================================================
   FOOTER
============================================================ */
.site-footer {
  background: var(--text);
  color: rgba(255,255,255,.75);
  padding: 3rem 0 1.5rem;
  margin-top: 4rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.footer-brand .site-logo { color: #fff; margin-bottom: 1rem; }
.footer-brand .site-logo span { color: var(--rose); }
.footer-brand p { font-size: .88rem; line-height: 1.65; color: rgba(255,255,255,.6); }
.footer-social { display: flex; gap: .75rem; margin-top: 1.25rem; }
.footer-social a {
  width: 36px; height: 36px;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  color: rgba(255,255,255,.8);
  transition: all var(--transition);
}
.footer-social a:hover { background: var(--rose-dark); color: #fff; }
.footer-heading {
  font-family: var(--font-display);
  font-size: .95rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: .5rem; }
.footer-links a { color: rgba(255,255,255,.6); font-size: .88rem; transition: color var(--transition); }
.footer-links a:hover { color: var(--rose); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .75rem;
  font-size: .8rem;
  color: rgba(255,255,255,.45);
}
.footer-bottom a { color: rgba(255,255,255,.6); }
.footer-bottom a:hover { color: var(--rose); }
.affiliate-footer-note {
  background: rgba(255,255,255,.06);
  border-radius: var(--radius-sm);
  padding: .85rem 1.25rem;
  font-size: .78rem;
  color: rgba(255,255,255,.5);
  margin-bottom: 1.5rem;
  line-height: 1.6;
  border-left: 3px solid var(--rose-dark);
}

/* ============================================================
   SEO / SCHEMA HELPERS
============================================================ */
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.breadcrumb { font-size: .8rem; color: var(--text-muted); margin-bottom: 1.25rem; display: flex; gap: .4rem; flex-wrap: wrap; align-items: center; }
.breadcrumb a { color: var(--rose-dark); }
.breadcrumb span { opacity: .5; }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .post-layout { grid-template-columns: 1fr; }
  .sidebar { order: -1; }
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-eyebrow { justify-content: center; }
  .hero p { margin-inline: auto; }
  .hero-btns { justify-content: center; }
  .hero-stats { justify-content: center; }
  .hero-image { max-width: 480px; margin-inline: auto; }
}
@media (max-width: 768px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .primary-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; background: var(--warm-white); flex-direction: column; padding: 1rem; border-bottom: 1px solid var(--border); box-shadow: 0 8px 24px var(--shadow); gap: 0; }
  .primary-nav.open { display: flex; }
  .primary-nav a { border-radius: var(--radius-sm); }
  .nav-toggle { display: block; }
  .header-inner { position: relative; }
  .affiliate-box { grid-template-columns: 1fr; }
  .affiliate-box-image { max-width: 200px; }
  .trust-bar-inner { gap: 1.25rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .hero-stats { gap: 1.25rem; }
  .newsletter-form { flex-direction: column; }
  .pinterest-banner { flex-direction: column; text-align: center; }
}
