/*
Theme Name: CigarHounds
Theme URI: https://cigarhounds.com
Description: A premium dark-mode child theme of Extendable for CigarHounds — the unified intelligence ecosystem for the premium cigar market. Includes lead capture, investor-only collateral area, and an NDA acceptance gate.
Author: CigarHounds
Author URI: https://cigarhounds.com
Template: extendable
Version: 2.7.24
Requires at least: 6.4
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cigarhounds-child
Tags: dark-mode, full-site-editing, business, blog
*/

/* =========================================================================
   CIGARHOUNDS — CHILD THEME OVERRIDES
   ========================================================================= */

html { scroll-behavior: smooth; }
::selection { background: var(--wp--preset--color--gold, #c9a961); color: var(--wp--preset--color--background, #0a0a0a); }
body::after {
  content: ''; position: fixed; inset: 0; pointer-events: none; opacity: 0.025; z-index: 200;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/></filter><rect width='200' height='200' filter='url(%23n)' opacity='1'/></svg>");
  mix-blend-mode: overlay;
}

.ch-eyebrow { font-family: var(--wp--preset--font-family--mono, 'JetBrains Mono', monospace); font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--wp--preset--color--gold, #c9a961); display: inline-flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.ch-eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--wp--preset--color--gold, #c9a961); }
.ch-gold-italic { color: var(--wp--preset--color--gold, #c9a961); font-style: italic; }
.ch-section-divider { border: none; border-top: 1px solid rgba(201, 169, 97, 0.18); margin: 0; }

/* ---------- Hero contact panel (top-right of hero, NEW v2.2) ---------- */
.ch-hero-contact {
  position: absolute; top: 32px; right: 32px;
  background: rgba(10, 10, 10, 0.55);
  border: 1px solid rgba(201, 169, 97, 0.3);
  padding: 16px 22px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  max-width: 260px; z-index: 5; display: none;
}
.ch-hero-contact-label { font-family: var(--wp--preset--font-family--mono, 'JetBrains Mono', monospace); font-size: 9px; letter-spacing: 0.22em; color: var(--wp--preset--color--gold, #c9a961); text-transform: uppercase; margin-bottom: 10px; }
.ch-hero-contact-link { color: var(--wp--preset--color--foreground, #efe9dd); text-decoration: none; display: flex; align-items: center; gap: 8px; font-family: var(--wp--preset--font-family--mono, 'JetBrains Mono', monospace); font-size: 11px; letter-spacing: 0.04em; margin-top: 6px; transition: color 0.2s; }
.ch-hero-contact-link:first-of-type { margin-top: 0; }
.ch-hero-contact-link:hover { color: var(--wp--preset--color--gold, #c9a961); }
@media (min-width: 900px) { .ch-hero-contact { display: block; } }

/* ---------- Hero crest framing ---------- */
.ch-hero-crest { display: inline-block; padding: 0; background: transparent; position: relative; margin-bottom: 56px; filter: drop-shadow(0 0 70px rgba(201, 169, 97, 0.35)) drop-shadow(0 30px 80px rgba(0, 0, 0, 0.7)); }
.ch-hero-crest-inner { background: transparent; border-radius: 0; overflow: visible; }
.ch-hero-crest img { display: block; max-width: 460px; width: 100%; height: auto; }
.ch-hero-crest-banner { position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%); background: var(--wp--preset--color--background, #0a0a0a); border: 1px solid var(--wp--preset--color--gold, #c9a961); padding: 6px 18px; font-family: var(--wp--preset--font-family--mono, 'JetBrains Mono', monospace); font-size: 10px; letter-spacing: 0.28em; color: var(--wp--preset--color--gold, #c9a961); text-transform: uppercase; white-space: nowrap; }
@media (max-width: 781px) { .ch-hero-crest img { max-width: 280px; } .ch-hero-crest { margin-bottom: 56px; } }



/* ---------- Hero side-by-side layout (NEW v2.6) ---------- */
.ch-hero-cols { display: flex; flex-direction: column; gap: 3rem; align-items: center; margin-bottom: 4rem; }
.ch-hero-cols > .ch-hero-crest { margin-bottom: 0; }
.ch-hero-cols > .ch-hero-text { width: 100%; }
@media (min-width: 900px) {
  .ch-hero-cols { flex-direction: row; align-items: center; gap: 4rem; }
  .ch-hero-cols > .ch-hero-crest { flex: 0 0 45%; }
  .ch-hero-cols > .ch-hero-text { flex: 1; }
}

/* ---------- Pillar cards ---------- */
.ch-pillar { background: var(--wp--preset--color--leather, #121212); padding: 48px 36px; position: relative; overflow: hidden; transition: background 0.3s; border: 1px solid rgba(201, 169, 97, 0.15); }
.ch-pillar::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--wp--preset--color--gold, #c9a961), transparent); opacity: 0; transition: opacity 0.3s; }
.ch-pillar:hover { background: #1a1a1a; }
.ch-pillar:hover::before { opacity: 1; }
.ch-pillar-num { font-family: var(--wp--preset--font-family--mono, 'JetBrains Mono', monospace); font-size: 12px; color: var(--wp--preset--color--gold, #c9a961); letter-spacing: 0.2em; margin-bottom: 24px; }
.ch-pillar-icon { width: 56px; height: 56px; border: 1px solid var(--wp--preset--color--gold, #c9a961); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 28px; color: var(--wp--preset--color--gold, #c9a961); }
.ch-pillar-features { list-style: none; margin: 24px 0 0; padding: 0; }
.ch-pillar-features li { font-size: 13px; padding: 10px 0; border-bottom: 1px solid rgba(201, 169, 97, 0.18); display: flex; align-items: center; gap: 12px; }
.ch-pillar-features li:last-child { border-bottom: none; }
.ch-pillar-features li::before { content: ''; width: 5px; height: 5px; background: var(--wp--preset--color--gold, #c9a961); border-radius: 50%; flex-shrink: 0; }

/* ---------- Intel cards ---------- */
.ch-intel-card { background: var(--wp--preset--color--background, #0a0a0a); border: 1px solid rgba(201, 169, 97, 0.18); border-radius: 4px; padding: 28px 32px; }
.ch-intel-card-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid rgba(201, 169, 97, 0.18); }
.ch-intel-card-title { font-family: var(--wp--preset--font-family--mono, 'JetBrains Mono', monospace); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--wp--preset--color--gold, #c9a961); }
.ch-intel-card-status { display: inline-flex; align-items: center; gap: 8px; font-family: var(--wp--preset--font-family--mono, 'JetBrains Mono', monospace); font-size: 11px; color: #6fa67a; letter-spacing: 0.1em; }
.ch-pulse { width: 8px; height: 8px; background: #6fa67a; border-radius: 50%; animation: chPulse 2s infinite; }
@keyframes chPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }

.ch-price-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 0 -8px; }
.ch-price-table { width: 100%; min-width: 640px; border-collapse: collapse; table-layout: fixed; }
.ch-price-table th, .ch-price-table td { padding: 18px 16px; text-align: left; font-size: 13px; border-bottom: 1px solid rgba(201, 169, 97, 0.12); vertical-align: middle; }
.ch-price-table th { font-family: var(--wp--preset--font-family--mono, 'JetBrains Mono', monospace); font-size: 10px; text-transform: uppercase; letter-spacing: 0.18em; color: #9ca3af; font-weight: 400; padding-bottom: 12px; padding-top: 0; border-bottom-color: rgba(201, 169, 97, 0.3); }
.ch-price-table tbody tr { transition: background 0.15s; }
.ch-price-table tbody tr:hover { background: rgba(201, 169, 97, 0.04); }
.ch-price-table th:nth-child(1), .ch-price-table td:nth-child(1) { width: 36%; padding-left: 8px; }
.ch-price-table th:nth-child(2), .ch-price-table td:nth-child(2) { width: 14%; text-align: right; }
.ch-price-table th:nth-child(3), .ch-price-table td:nth-child(3) { width: 14%; text-align: right; color: #9ca3af; }
.ch-price-table th:nth-child(4), .ch-price-table td:nth-child(4) { width: 14%; text-align: right; }
.ch-price-table th:nth-child(5), .ch-price-table td:nth-child(5) { width: 22%; text-align: right; padding-right: 8px; }
.ch-price-table .ch-cigar { font-family: var(--wp--preset--font-family--serif, 'Cormorant Garamond', serif); font-size: 17px; font-weight: 500; color: #fff; line-height: 1.2; display: block; }
.ch-price-table .ch-vitola { font-size: 10px; color: #9ca3af; display: block; margin-top: 4px; letter-spacing: 0.05em; font-family: var(--wp--preset--font-family--mono, monospace); }
.ch-price-table .ch-low { color: #6fa67a; font-family: var(--wp--preset--font-family--mono, monospace); font-weight: 500; font-size: 14px; white-space: nowrap; }
.ch-price-table .ch-gap { color: var(--wp--preset--color--gold, #c9a961); font-family: var(--wp--preset--font-family--mono, monospace); font-weight: 600; font-size: 14px; white-space: nowrap; }
.ch-retailer-chip { display: inline-block; padding: 3px 8px; background: rgba(201, 169, 97, 0.1); border: 1px solid rgba(201, 169, 97, 0.18); border-radius: 2px; font-family: var(--wp--preset--font-family--mono, monospace); font-size: 10px; color: var(--wp--preset--color--gold, #c9a961); }

.ch-watch-item { padding: 18px; border: 1px solid rgba(201, 169, 97, 0.18); border-radius: 3px; background: #1a1a1a; }
.ch-watch-name { font-family: var(--wp--preset--font-family--serif, serif); font-size: 17px; color: #fff; margin-bottom: 4px; }
.ch-watch-vitola { font-family: var(--wp--preset--font-family--mono, monospace); font-size: 10px; color: #9ca3af; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 14px; }
.ch-watch-row { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; font-size: 12px; }
.ch-watch-row span:first-child { color: #9ca3af; font-family: var(--wp--preset--font-family--mono, monospace); font-size: 11px; }
.ch-watch-row span:last-child { color: var(--wp--preset--color--foreground, #efe9dd); font-family: var(--wp--preset--font-family--mono, monospace); }
.ch-watch-status { display: inline-block; margin-top: 12px; padding: 4px 10px; font-family: var(--wp--preset--font-family--mono, monospace); font-size: 10px; letter-spacing: 0.1em; border-radius: 2px; text-transform: uppercase; background: rgba(201, 169, 97, 0.12); color: var(--wp--preset--color--gold, #c9a961); border: 1px solid rgba(201, 169, 97, 0.3); }

/* ---------- Lead capture form ---------- */
.ch-lead-form { display: flex; max-width: 520px; margin: 0 auto; border: 1px solid rgba(201, 169, 97, 0.4); border-radius: 2px; overflow: hidden; background: #121212; }
.ch-lead-form input { flex: 1; background: transparent; border: none; padding: 18px 24px; color: var(--wp--preset--color--foreground, #efe9dd); font-family: inherit; font-size: 15px; outline: none; }
.ch-lead-form input::placeholder { color: #9ca3af; opacity: 0.6; }
.ch-lead-form button { background: var(--wp--preset--color--gold, #c9a961); border: none; padding: 0 28px; color: var(--wp--preset--color--background, #0a0a0a); font-family: inherit; font-size: 13px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; }
.ch-lead-form button:hover { background: #e0c179; }
.ch-lead-form-message { margin-top: 16px; padding: 12px 18px; font-family: var(--wp--preset--font-family--mono, monospace); font-size: 12px; letter-spacing: 0.08em; display: none; text-align: center; }
.ch-lead-form-message.success { display: inline-block; border: 1px solid #6fa67a; color: #6fa67a; }
.ch-lead-form-message.error { display: inline-block; border: 1px solid #c5614a; color: #c5614a; }
.ch-nda-box .ch-lead-form-message.success { display: block; line-height: 1.7; padding: 18px 22px; font-size: 13px; letter-spacing: 0.02em; }
.ch-nda-box .ch-lead-form-message.error { display: block; line-height: 1.7; padding: 18px 22px; font-size: 13px; }
@media (max-width: 540px) {
  .ch-lead-form { flex-direction: column; }
  .ch-lead-form button { padding: 16px; }
}

/* ---------- NDA Modal (binding + preview share these styles) ---------- */
.ch-nda-overlay { position: fixed; inset: 0; background: rgba(10, 10, 10, 0.96); backdrop-filter: blur(20px); z-index: 99999; display: none; align-items: center; justify-content: center; padding: 32px; }
.ch-nda-overlay.is-active { display: flex; }
.ch-nda-box { max-width: 640px; width: 100%; border: 1px solid rgba(201, 169, 97, 0.4); background: #121212; padding: 56px 48px; max-height: 90vh; overflow-y: auto; }
.ch-nda-box h3 { font-family: var(--wp--preset--font-family--serif, serif); font-size: 32px; color: #fff; margin: 0 0 20px; }
.ch-nda-text { background: #0a0a0a; border: 1px solid rgba(201, 169, 97, 0.18); padding: 24px; margin: 24px 0; max-height: 280px; overflow-y: auto; font-size: 14px; line-height: 1.6; color: var(--wp--preset--color--foreground, #efe9dd); }
.ch-nda-text p { margin: 0 0 12px; }
.ch-nda-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
.ch-nda-fields input, .ch-nda-fields textarea { background: #0a0a0a; border: 1px solid rgba(201, 169, 97, 0.18); color: var(--wp--preset--color--foreground, #efe9dd); padding: 12px 14px; font-family: inherit; font-size: 14px; border-radius: 2px; outline: none; transition: border-color 0.2s; }
.ch-nda-fields input:focus { border-color: var(--wp--preset--color--gold, #c9a961); }
.ch-nda-checkbox { display: flex; align-items: flex-start; gap: 12px; margin-top: 24px; font-size: 13px; color: var(--wp--preset--color--foreground, #efe9dd); cursor: pointer; }
.ch-nda-checkbox input { margin-top: 4px; flex-shrink: 0; }
.ch-nda-buttons { display: flex; gap: 12px; margin-top: 28px; }
.ch-nda-buttons button { padding: 14px 24px; font-family: inherit; font-size: 13px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; border: none; border-radius: 2px; cursor: pointer; transition: all 0.2s; }
.ch-nda-buttons .ch-nda-accept { background: var(--wp--preset--color--gold, #c9a961); color: var(--wp--preset--color--background, #0a0a0a); flex: 1; }
.ch-nda-buttons .ch-nda-accept:disabled { opacity: 0.4; cursor: not-allowed; }
.ch-nda-buttons .ch-nda-decline { background: transparent; color: var(--wp--preset--color--foreground, #efe9dd); border: 1px solid rgba(201, 169, 97, 0.3); }
@media (max-width: 540px) {
  .ch-nda-box { padding: 32px 24px; }
  .ch-nda-fields { grid-template-columns: 1fr; }
  .ch-nda-buttons { flex-direction: column-reverse; }
}

/* ---------- Investor collateral list ---------- */
.ch-collateral-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 40px; }
.ch-collateral-card { background: #121212; border: 1px solid rgba(201, 169, 97, 0.18); padding: 28px; transition: all 0.25s; display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.ch-collateral-card:hover { border-color: var(--wp--preset--color--gold, #c9a961); transform: translateY(-2px); }
/* v2.7.10 — inner spans get display:block so they lay out exactly like the original <div>/<h4> elements they replaced. (See PHP comment for why we use spans.) */
.ch-collateral-cat,
.ch-collateral-title,
.ch-collateral-desc { display: block; }
.ch-collateral-cat { font-family: var(--wp--preset--font-family--mono, monospace); font-size: 10px; letter-spacing: 0.2em; color: var(--wp--preset--color--gold, #c9a961); text-transform: uppercase; margin-bottom: 12px; }
.ch-collateral-title { font-family: var(--wp--preset--font-family--serif, serif); font-size: 22px; color: #fff; margin: 0 0 12px; line-height: 1.2; font-weight: 500; }
.ch-collateral-desc { font-size: 14px; opacity: 0.78; flex-grow: 1; margin-bottom: 18px; }
.ch-collateral-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid rgba(201, 169, 97, 0.18); font-family: var(--wp--preset--font-family--mono, monospace); font-size: 11px; color: #9ca3af; }
.ch-collateral-meta .ch-collateral-action { color: var(--wp--preset--color--gold, #c9a961); text-transform: uppercase; letter-spacing: 0.1em; }

/* ---------- Investor gate notice ---------- */
.ch-investor-locked { text-align: center; padding: 80px 32px; border: 1px solid rgba(201, 169, 97, 0.3); background: #121212; margin: 40px auto; max-width: 640px; }
.ch-investor-locked h3 { font-family: var(--wp--preset--font-family--serif, serif); font-size: 32px; color: #fff; margin: 0 0 16px; }
.ch-investor-locked p { margin: 0 0 24px; }

/* =========================================================================
   v2.7.3 — Access Pending state (polished)
   ========================================================================= */
.ch-access-pending {
  max-width: 640px;
  margin: 4rem auto;
  padding: 3rem 2.5rem;
  text-align: center;
  background: rgba(10, 10, 10, 0.6);
  border: 1px solid rgba(201, 169, 97, 0.25);
  border-radius: 2px;
  position: relative;
}
.ch-access-pending::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 60px; height: 2px;
  background: var(--wp--preset--color--gold, #c9a961);
}
.ch-access-pending__eyebrow {
  font-family: var(--wp--preset--font-family--mono, 'JetBrains Mono', monospace);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--wp--preset--color--gold, #c9a961);
  margin-bottom: 24px;
}
.ch-access-pending h3 {
  font-family: var(--wp--preset--font-family--serif, 'Cormorant Garamond', serif);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 500;
  color: var(--wp--preset--color--foreground, #efe9dd);
  margin: 0 0 1.25rem;
}
.ch-access-pending__lead {
  color: var(--wp--preset--color--foreground, #efe9dd);
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
}
.ch-access-pending p {
  color: rgba(239, 233, 221, 0.78);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.ch-access-pending .wp-block-button__link,
.ch-access-pending .wp-element-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  background: var(--wp--preset--color--gold, #c9a961);
  color: var(--wp--preset--color--background, #0a0a0a);
  border: 1px solid var(--wp--preset--color--gold, #c9a961);
  cursor: pointer;
  font-family: var(--wp--preset--font-family--mono, 'JetBrains Mono', monospace);
  transition: background 0.2s, color 0.2s;
}
.ch-access-pending .wp-block-button__link:hover,
.ch-access-pending .wp-element-button:hover {
  background: transparent;
  color: var(--wp--preset--color--gold, #c9a961);
}
.ch-access-pending__support {
  font-size: 0.85rem;
  color: rgba(239, 233, 221, 0.55);
  margin-top: 2rem !important;
}
.ch-access-pending__support a {
  color: var(--wp--preset--color--gold, #c9a961);
  text-decoration: none;
}
.ch-access-pending__support a:hover {
  text-decoration: underline;
}

/* =========================================================================
   v2.7.7 — Sticky header Log In button
   ========================================================================= */
.ch-site-header { position: sticky; top: 0; z-index: 9000; }
.ch-header-login {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--wp--preset--color--foreground, #efe9dd);
  background: transparent;
  border: 1px solid rgba(201, 169, 97, 0.45);
  border-radius: 2px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.ch-header-login svg { color: var(--wp--preset--color--gold, #c9a961); transition: color 0.2s; }
.ch-header-login:hover,
.ch-header-login:focus-visible {
  background: var(--wp--preset--color--gold, #c9a961);
  color: var(--wp--preset--color--background, #0a0a0a);
  border-color: var(--wp--preset--color--gold, #c9a961);
  outline: none;
}
.ch-header-login:hover svg,
.ch-header-login:focus-visible svg { color: var(--wp--preset--color--background, #0a0a0a); }
@media (max-width: 600px) {
  .ch-header-login { padding: 8px 12px; font-size: 10px; letter-spacing: 0.10em; }
  .ch-header-login span { display: none; }   /* icon-only on small phones */
  .ch-header-login svg { width: 15px; height: 15px; }
}

/* =========================================================================
   v2.7.7 — Investor Request Wizard
   ========================================================================= */
.ch-wizard-box { max-width: 720px; padding: 40px 44px; position: relative; }
@media (max-width: 600px) { .ch-wizard-box { padding: 28px 20px; max-height: 95vh; } }

.ch-wizard-header { position: relative; margin-bottom: 24px; }
.ch-wizard-title {
  font-family: var(--wp--preset--font-family--serif, 'Cormorant Garamond', serif);
  font-size: clamp(1.5rem, 4vw, 2rem);
  color: #fff;
  margin: 0 0 20px;
  padding-right: 40px;
}
.ch-wizard-close {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 36px;
  height: 36px;
  background: transparent;
  border: 1px solid rgba(201, 169, 97, 0.3);
  border-radius: 2px;
  color: var(--wp--preset--color--foreground, #efe9dd);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.ch-wizard-close:hover { background: var(--wp--preset--color--gold, #c9a961); color: #0a0a0a; }

.ch-wizard-progress { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.ch-wizard-step { display: flex; flex-direction: column; align-items: center; gap: 6px; flex-shrink: 0; }
.ch-wizard-step-num {
  width: 28px; height: 28px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(201, 169, 97, 0.4);
  border-radius: 50%;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  color: rgba(239, 233, 221, 0.6);
  background: transparent;
  transition: all 0.25s;
}
.ch-wizard-step-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(239, 233, 221, 0.55);
  transition: color 0.25s;
}
.ch-wizard-step.is-active .ch-wizard-step-num {
  background: var(--wp--preset--color--gold, #c9a961);
  color: #0a0a0a;
  border-color: var(--wp--preset--color--gold, #c9a961);
  box-shadow: 0 0 0 4px rgba(201, 169, 97, 0.15);
}
.ch-wizard-step.is-active .ch-wizard-step-label { color: var(--wp--preset--color--gold, #c9a961); }
.ch-wizard-step.is-complete .ch-wizard-step-num {
  background: rgba(201, 169, 97, 0.25);
  color: var(--wp--preset--color--gold, #c9a961);
  border-color: var(--wp--preset--color--gold, #c9a961);
}
.ch-wizard-step.is-complete .ch-wizard-step-label { color: rgba(201, 169, 97, 0.7); }
.ch-wizard-step-bar {
  flex: 1;
  height: 1px;
  background: rgba(201, 169, 97, 0.2);
  margin-top: -16px;
  position: relative;
  overflow: hidden;
}
.ch-wizard-step-bar-fill {
  position: absolute; inset: 0;
  background: var(--wp--preset--color--gold, #c9a961);
  width: 0%;
  transition: width 0.35s ease;
}
@media (max-width: 500px) {
  .ch-wizard-step-label { font-size: 8px; letter-spacing: 0.12em; }
}

.ch-wizard-form { position: relative; }
.ch-wizard-pane { display: none; }
.ch-wizard-pane.is-active { display: block; animation: chWizardFade 0.25s ease; }
@keyframes chWizardFade { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }

.ch-wizard-lead { color: rgba(239, 233, 221, 0.82); font-size: 14px; line-height: 1.6; margin: 0 0 20px; }

.ch-wizard-nda {
  background: #0a0a0a;
  border: 1px solid rgba(201, 169, 97, 0.18);
  border-radius: 2px;
  padding: 20px 22px;
  max-height: 260px;
  overflow-y: auto;
  font-size: 13px;
  line-height: 1.6;
  color: var(--wp--preset--color--foreground, #efe9dd);
}
.ch-wizard-nda p { margin: 0 0 12px; }
.ch-wizard-nda ul { color: rgba(239, 233, 221, 0.85); }
.ch-wizard-nda::-webkit-scrollbar { width: 8px; }
.ch-wizard-nda::-webkit-scrollbar-track { background: transparent; }
.ch-wizard-nda::-webkit-scrollbar-thumb { background: rgba(201,169,97,0.3); border-radius: 4px; }

.ch-wizard-scroll-hint {
  margin-top: 12px;
  padding: 10px 14px;
  background: rgba(201, 169, 97, 0.08);
  border: 1px dashed rgba(201, 169, 97, 0.35);
  border-radius: 2px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--wp--preset--color--gold, #c9a961);
  text-align: center;
  transition: all 0.3s;
}
.ch-wizard-scroll-hint.is-done {
  background: rgba(122, 201, 140, 0.08);
  border: 1px solid rgba(122, 201, 140, 0.4);
  border-style: solid;
  color: #7ac98c;
}

.ch-wizard-checkbox {
  display: flex; align-items: flex-start; gap: 12px;
  margin-top: 18px;
  padding: 14px 16px;
  background: rgba(201, 169, 97, 0.04);
  border: 1px solid rgba(201, 169, 97, 0.18);
  border-radius: 2px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--wp--preset--color--foreground, #efe9dd);
  cursor: pointer;
}
.ch-wizard-checkbox input[disabled] ~ span { opacity: 0.5; }
.ch-wizard-checkbox input { margin-top: 4px; flex-shrink: 0; accent-color: var(--wp--preset--color--gold, #c9a961); }
.ch-wizard-checkbox input:disabled { cursor: not-allowed; }

.ch-wizard-fields { display: grid; gap: 16px; }
.ch-wizard-field { display: block; }
.ch-wizard-field-label {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wp--preset--color--gold, #c9a961);
  margin-bottom: 6px;
}
.ch-wizard-field input,
.ch-wizard-field textarea {
  width: 100%;
  background: #0a0a0a;
  border: 1px solid rgba(201, 169, 97, 0.22);
  color: var(--wp--preset--color--foreground, #efe9dd);
  padding: 12px 14px;
  font-family: inherit;
  font-size: 14px;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.ch-wizard-field input:focus,
.ch-wizard-field textarea:focus { border-color: var(--wp--preset--color--gold, #c9a961); }
.ch-wizard-field textarea { resize: vertical; min-height: 80px; }
.ch-wizard-field-hint { display: block; margin-top: 4px; font-size: 11px; color: rgba(239,233,221,0.5); }

.ch-wizard-review {
  background: rgba(201, 169, 97, 0.04);
  border: 1px solid rgba(201, 169, 97, 0.18);
  border-radius: 2px;
  padding: 4px 18px;
}
.ch-wizard-review-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(201, 169, 97, 0.12);
  align-items: baseline;
  font-size: 13px;
}
.ch-wizard-review-row:last-child { border-bottom: none; }
.ch-wizard-review-key {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(239, 233, 221, 0.5);
}
.ch-wizard-review-val {
  color: var(--wp--preset--color--foreground, #efe9dd);
  word-break: break-word;
}
.ch-wizard-review-nda .ch-wizard-review-val { color: #7ac98c; font-weight: 500; }

.ch-wizard-next-steps {
  margin-top: 20px;
  padding: 16px 18px;
  background: rgba(201, 169, 97, 0.05);
  border-left: 2px solid var(--wp--preset--color--gold, #c9a961);
  border-radius: 0 2px 2px 0;
}
.ch-wizard-next-steps-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wp--preset--color--gold, #c9a961);
  margin-bottom: 8px;
}
.ch-wizard-next-steps ol {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(239, 233, 221, 0.82);
}

.ch-wizard-message { margin-top: 16px; padding: 12px 16px; border-radius: 2px; font-size: 13px; line-height: 1.5; }
.ch-wizard-message.is-error { background: rgba(201, 122, 122, 0.1); border: 1px solid rgba(201, 122, 122, 0.4); color: #f7c0c0; }

.ch-wizard-buttons {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  justify-content: space-between;
}
.ch-wizard-buttons .ch-wizard-btn {
  flex: 1;
  padding: 14px 24px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s;
}
.ch-wizard-btn-primary {
  background: var(--wp--preset--color--gold, #c9a961);
  color: var(--wp--preset--color--background, #0a0a0a);
}
.ch-wizard-btn-primary:hover:not(:disabled) { background: #d4b574; }
.ch-wizard-btn-primary:disabled { opacity: 0.4; cursor: not-allowed; }
.ch-wizard-btn-secondary {
  background: transparent;
  color: var(--wp--preset--color--foreground, #efe9dd);
  border: 1px solid rgba(201, 169, 97, 0.3);
}
.ch-wizard-btn-secondary:hover { border-color: var(--wp--preset--color--gold, #c9a961); color: var(--wp--preset--color--gold, #c9a961); }

.ch-wizard-success { text-align: center; padding: 16px 0 4px; }
.ch-wizard-success-icon {
  width: 64px; height: 64px;
  display: inline-flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  background: rgba(122, 201, 140, 0.12);
  border: 2px solid rgba(122, 201, 140, 0.55);
  color: #7ac98c;
  border-radius: 50%;
  font-size: 32px;
  font-weight: 600;
}
.ch-wizard-success h4 {
  font-family: var(--wp--preset--font-family--serif, 'Cormorant Garamond', serif);
  font-size: 1.75rem;
  color: #fff;
  margin: 0 0 12px;
  font-weight: 500;
}
.ch-wizard-success p {
  color: rgba(239, 233, 221, 0.82);
  line-height: 1.6;
  margin: 0 0 24px;
  font-size: 14px;
}

/* =========================================================================
   v2.7.8 — Pitch deck video on /investors/
   ========================================================================= */
.ch-pitch-video-wrap {
  margin: 2.5rem 0 3.5rem;
  max-width: 56rem;
}
.ch-pitch-video-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wp--preset--color--gold, #c9a961);
  margin-bottom: 12px;
}
.ch-pitch-video-frame {
  position: relative;
  width: 100%;
  background: #0a0a0a;
  border: 1px solid rgba(201, 169, 97, 0.25);
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
}
.ch-pitch-video-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(201, 169, 97, 0.08);
  pointer-events: none;
  z-index: 1;
}
.ch-pitch-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #000;
  outline: none;
}
.ch-pitch-video::-webkit-media-controls-panel { background: rgba(10, 10, 10, 0.7); }
.ch-pitch-video-caption {
  margin-top: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(239, 233, 221, 0.6);
}
@media (max-width: 600px) {
  .ch-pitch-video-wrap { margin: 2rem 0 2.5rem; }
  .ch-pitch-video-eyebrow { font-size: 9px; letter-spacing: 0.18em; }
}

/* =========================================================================
   v2.7.13 — About, Team, FAQ, Testimonials, Specials, Gallery, Resources
   ========================================================================= */

/* ── Team page ── */
.ch-team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; margin: 2.5rem 0; }
.ch-team-card { background: #121212; border: 1px solid rgba(201, 169, 97, 0.18); border-radius: 2px; padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.ch-team-photo { width: 88px; height: 88px; border-radius: 50%; background: rgba(201, 169, 97, 0.08); border: 2px solid rgba(201, 169, 97, 0.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ch-team-photo-placeholder { color: var(--wp--preset--color--gold, #c9a961); font-size: 2rem; line-height: 1; }
.ch-team-info { display: flex; flex-direction: column; gap: 6px; }
.ch-team-role { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--wp--preset--color--gold, #c9a961); }
.ch-team-name { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: #fff; font-weight: 500; line-height: 1.2; }
.ch-team-title { font-size: 12px; color: rgba(239, 233, 221, 0.65); letter-spacing: 0.04em; }
.ch-team-bio { font-size: 13px; color: rgba(239, 233, 221, 0.78); line-height: 1.6; margin-top: 4px; }

/* ── FAQ page ── */
.ch-faq-list { display: flex; flex-direction: column; gap: 0; margin: 2rem 0; }
.ch-faq-item { border-bottom: 1px solid rgba(201, 169, 97, 0.15); padding: 22px 0; }
.ch-faq-item:first-child { border-top: 1px solid rgba(201, 169, 97, 0.15); }
.ch-faq-q { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 500; color: #fff; margin-bottom: 10px; line-height: 1.3; }
.ch-faq-a { font-size: 14.5px; color: rgba(239, 233, 221, 0.82); line-height: 1.7; }
.ch-faq-a a { color: var(--wp--preset--color--gold, #c9a961); }

/* ── Testimonials page ── */
.ch-testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; margin: 2.5rem 0; }
.ch-testimonial-card { background: #121212; border: 1px solid rgba(201, 169, 97, 0.18); border-radius: 2px; padding: 32px 28px; position: relative; }
.ch-testimonial-card::before { content: ''; position: absolute; top: 0; left: 28px; width: 40px; height: 2px; background: var(--wp--preset--color--gold, #c9a961); }
.ch-testimonial-mark { font-family: 'Cormorant Garamond', serif; font-size: 5rem; color: var(--wp--preset--color--gold, #c9a961); opacity: 0.25; line-height: 0.8; margin-bottom: 12px; }
.ch-testimonial-quote { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-style: italic; color: rgba(239, 233, 221, 0.9); line-height: 1.65; border: none; padding: 0; margin: 0 0 20px; }
.ch-testimonial-attr { display: flex; flex-direction: column; gap: 3px; padding-top: 16px; border-top: 1px solid rgba(201, 169, 97, 0.15); }
.ch-testimonial-name { font-weight: 600; color: #fff; font-size: 14px; }
.ch-testimonial-title { font-size: 12px; color: var(--wp--preset--color--gold, #c9a961); }
.ch-testimonial-location { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.1em; color: rgba(239, 233, 221, 0.45); text-transform: uppercase; }

/* ── Specials / Deals page ── */
.ch-deals-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; margin: 2rem 0; }
.ch-deal-card { background: #121212; border: 1px solid rgba(201, 169, 97, 0.18); border-radius: 2px; position: relative; overflow: hidden; display: flex; flex-direction: column; transition: border-color 0.2s, transform 0.2s; }
.ch-deal-card:hover { border-color: rgba(201, 169, 97, 0.5); transform: translateY(-2px); }
.ch-deal-badge { position: absolute; top: 12px; right: 12px; background: var(--wp--preset--color--gold, #c9a961); color: #0a0a0a; font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 2px; letter-spacing: 0.06em; z-index: 1; }
.ch-deal-img { width: 100%; aspect-ratio: 4/3; overflow: hidden; background: #0a0a0a; }
.ch-deal-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ch-deal-img--placeholder { display: flex; align-items: center; justify-content: center; color: rgba(201, 169, 97, 0.2); font-size: 3rem; }
.ch-deal-body { padding: 18px 18px 14px; display: flex; flex-direction: column; gap: 8px; flex-grow: 1; }
.ch-deal-title { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: #fff; font-weight: 500; line-height: 1.3; display: block; }
.ch-deal-meta { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(239, 233, 221, 0.5); display: block; }
.ch-deal-footer { display: flex; justify-content: space-between; align-items: baseline; margin-top: auto; padding-top: 10px; border-top: 1px solid rgba(201, 169, 97, 0.12); }
.ch-deal-prices { display: flex; align-items: baseline; gap: 8px; }
.ch-deal-price-sale { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600; color: var(--wp--preset--color--gold, #c9a961); }
.ch-deal-price-orig { font-size: 12px; color: rgba(239, 233, 221, 0.4); text-decoration: line-through; }
.ch-deal-expiry { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.08em; color: rgba(239, 233, 221, 0.4); }
.ch-deal-source { display: block; margin-top: 8px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wp--preset--color--gold, #c9a961); text-decoration: none; }
.ch-deal-source:hover { text-decoration: underline; }
.ch-deals-empty { padding: 40px; text-align: center; border: 1px dashed rgba(201, 169, 97, 0.25); border-radius: 2px; color: rgba(239, 233, 221, 0.5); }
.ch-specials-sources { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(201, 169, 97, 0.18); display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.ch-specials-sources-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(239, 233, 221, 0.4); }
.ch-specials-sources-list { display: flex; gap: 16px; flex-wrap: wrap; }
.ch-specials-sources-list a { font-size: 12px; color: rgba(239, 233, 221, 0.55); text-decoration: none; transition: color 0.2s; }
.ch-specials-sources-list a:hover { color: var(--wp--preset--color--gold, #c9a961); }

/* ── Gallery page ── */
.ch-gallery-placeholder { margin: 2.5rem 0; border: 2px dashed rgba(201, 169, 97, 0.25); border-radius: 2px; padding: 60px 40px; }
.ch-gallery-placeholder-inner { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.ch-gallery-placeholder-icon { font-size: 3rem; color: rgba(201, 169, 97, 0.25); }
.ch-gallery-placeholder-text { font-size: 14px; color: rgba(239, 233, 221, 0.5); line-height: 1.6; max-width: 480px; }

/* ── Resources page ── */
.ch-resource-section { margin: 2.5rem 0 0; padding-top: 2rem; border-top: 1px solid rgba(201, 169, 97, 0.12); }
.ch-resource-section:first-of-type { border-top: none; padding-top: 0; }
.ch-resource-icon { font-size: 1.75rem; margin-bottom: 0.5rem; display: block; }
.ch-resource-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; margin: 1.5rem 0; }
.ch-resource-card { background: #121212; border: 1px solid rgba(201, 169, 97, 0.18); border-radius: 2px; padding: 20px; display: flex; flex-direction: column; gap: 8px; }
.ch-resource-term { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: var(--wp--preset--color--gold, #c9a961); font-weight: 500; display: block; }
.ch-resource-def { font-size: 13.5px; color: rgba(239, 233, 221, 0.82); line-height: 1.6; display: block; }
.ch-resource-coming-soon { margin: 3rem 0; padding: 28px; background: rgba(201, 169, 97, 0.04); border: 1px dashed rgba(201, 169, 97, 0.25); border-radius: 2px; }
.ch-resource-coming-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--wp--preset--color--gold, #c9a961); margin-bottom: 14px; }
.ch-resource-coming-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; }
.ch-resource-coming-item { font-size: 14px; color: rgba(239, 233, 221, 0.55); padding: 12px 16px; background: rgba(201, 169, 97, 0.05); border-radius: 2px; }

/* =========================================================================
   v2.7.14 — Deal card: retailer CTA button + Via attribution
   ========================================================================= */
.ch-deal-cta {
  display: block;
  margin-top: 12px;
  padding: 11px 16px;
  background: var(--wp--preset--color--gold, #c9a961);
  color: #0a0a0a;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border-radius: 2px;
  transition: background 0.2s, color 0.2s;
}
.ch-deal-cta:hover { background: #d4b574; color: #0a0a0a; }
.ch-deal-via {
  display: block;
  margin-top: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(239, 233, 221, 0.4);
  text-align: center;
}
.ch-deal-via-link {
  color: rgba(201, 169, 97, 0.5);
  text-decoration: none;
  margin-left: 2px;
}
.ch-deal-via-link:hover { color: var(--wp--preset--color--gold, #c9a961); }

/* =========================================================================
   v2.7.15 — Resources accordion
   ========================================================================= */
.ch-resource-card {
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-right: 44px; /* room for chevron */
}
.ch-resource-card::after {
  content: '›';
  position: absolute;
  top: 18px;
  right: 18px;
  color: var(--wp--preset--color--gold, #c9a961);
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  transform: rotate(90deg);
  transition: transform 0.25s ease;
  pointer-events: none;
}
.ch-resource-card.is-open::after {
  transform: rotate(270deg);
}
/* Definition collapses by default — expands on .is-open */
.ch-resource-def {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  transition: max-height 0.35s ease, padding-top 0.2s ease;
}
.ch-resource-card.is-open .ch-resource-def {
  max-height: 400px;
  padding-top: 8px;
}
.ch-resource-card:hover { border-color: rgba(201, 169, 97, 0.4); }
.ch-resource-card:focus-visible { outline: 2px solid var(--wp--preset--color--gold, #c9a961); outline-offset: 2px; }

/* =========================================================================
   v2.7.15 — Discount codes section
   ========================================================================= */
.ch-codes-wrap {
  margin: 0 0 3rem;
  padding: 24px 28px 20px;
  background: rgba(201, 169, 97, 0.05);
  border: 1px solid rgba(201, 169, 97, 0.35);
  border-top: 3px solid var(--wp--preset--color--gold, #c9a961);
  border-radius: 2px;
}
.ch-codes-header {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 18px;
}
.ch-codes-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wp--preset--color--gold, #c9a961);
}
.ch-codes-count {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: rgba(239, 233, 221, 0.4);
  text-transform: uppercase;
}
.ch-codes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}
.ch-code-card {
  background: #0a0a0a;
  border: 1px solid rgba(201, 169, 97, 0.22);
  border-radius: 2px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color 0.2s;
}
.ch-code-card:hover { border-color: rgba(201, 169, 97, 0.55); }
.ch-code-card-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; }
.ch-code-retailer-name { font-family: 'Cormorant Garamond', serif; font-size: 1rem; color: #fff; font-weight: 500; line-height: 1.2; }
.ch-code-savings-badge {
  flex-shrink: 0;
  background: var(--wp--preset--color--gold, #c9a961);
  color: #0a0a0a;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  border-radius: 2px;
  white-space: nowrap;
}
.ch-code-string-wrap { display: flex; align-items: center; gap: 10px; }
.ch-code-string {
  font-family: 'JetBrains Mono', monospace;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--wp--preset--color--gold, #c9a961);
  background: transparent;
  padding: 0;
  border: none;
  flex-grow: 1;
  word-break: break-all;
}
.ch-code-copy-btn {
  flex-shrink: 0;
  padding: 5px 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: transparent;
  color: var(--wp--preset--color--gold, #c9a961);
  border: 1px solid rgba(201, 169, 97, 0.5);
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
}
.ch-code-copy-btn:hover { background: var(--wp--preset--color--gold, #c9a961); color: #0a0a0a; }
.ch-code-copy-btn.is-copied { background: #7ac98c; color: #0a0a0a; border-color: #7ac98c; }
.ch-code-desc { font-size: 12.5px; color: rgba(239, 233, 221, 0.75); line-height: 1.5; }
.ch-code-card-footer { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 8px; border-top: 1px solid rgba(201, 169, 97, 0.12); gap: 8px; }
.ch-code-expiry { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.08em; color: rgba(239, 233, 221, 0.35); }
.ch-code-shop {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wp--preset--color--gold, #c9a961);
  text-decoration: none;
  white-space: nowrap;
}
.ch-code-shop:hover { text-decoration: underline; }

/* =========================================================================
   v2.7.15 — Age verification gate
   ========================================================================= */
.ch-age-gate {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(5, 5, 5, 0.97);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.ch-age-gate-box {
  background: #0a0a0a;
  border: 1px solid rgba(201, 169, 97, 0.4);
  border-top: 3px solid var(--wp--preset--color--gold, #c9a961);
  border-radius: 2px;
  padding: 48px 44px 40px;
  max-width: 520px;
  width: 100%;
  text-align: center;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.8);
  animation: chAgeGateFadeIn 0.4s ease;
}
@keyframes chAgeGateFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
.ch-age-gate-brand { margin-bottom: 28px; }
.ch-age-gate-mark {
  font-size: 2.5rem;
  color: var(--wp--preset--color--gold, #c9a961);
  line-height: 1;
  margin-bottom: 6px;
}
.ch-age-gate-logo {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--wp--preset--color--foreground, #efe9dd);
}
.ch-age-gate-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
  margin: 0 0 16px;
}
.ch-age-gate-subtext {
  font-size: 14px;
  color: rgba(239, 233, 221, 0.72);
  line-height: 1.65;
  margin: 0 0 28px;
}
.ch-age-gate-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}
.ch-age-gate-yes {
  width: 100%;
  max-width: 320px;
  padding: 16px 32px;
  background: var(--wp--preset--color--gold, #c9a961);
  color: #0a0a0a;
  border: none;
  border-radius: 2px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}
.ch-age-gate-yes:hover { background: #d4b574; }
.ch-age-gate-no {
  background: transparent;
  border: none;
  color: rgba(239, 233, 221, 0.4);
  font-size: 12px;
  letter-spacing: 0.08em;
  cursor: pointer;
  padding: 4px 8px;
  text-decoration: underline;
  text-decoration-color: rgba(239, 233, 221, 0.2);
  transition: color 0.2s;
}
.ch-age-gate-no:hover { color: rgba(239, 233, 221, 0.7); }
.ch-age-gate-legal {
  font-size: 11px;
  color: rgba(239, 233, 221, 0.3);
  line-height: 1.5;
  margin: 0;
}
.ch-age-gate-pane--hidden { display: none; }
.ch-age-gate-sorry-icon {
  font-size: 2rem;
  color: rgba(201, 169, 97, 0.3);
  margin-bottom: 16px;
}
@media (max-width: 500px) {
  .ch-age-gate-box { padding: 36px 24px 30px; }
  .ch-age-gate-headline { font-size: 1.35rem; }
}

/* =========================================================================
   v2.7.17 — Specials page: two-column layout, typography overrides, title
   ========================================================================= */

/* ── Two-column outer structure ── */
.ch-codes-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 18px;
}
@media (max-width: 720px) {
  .ch-codes-columns { grid-template-columns: 1fr; }
}
.ch-codes-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ── Column header (TOBACCO PRODUCTS / ACCESSORIES & NON-TOBACCO) ── */
.ch-codes-column-header {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wp--preset--color--gold, #c9a961);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(201, 169, 97, 0.3);
}

/* ── Subgroup (Percentage Off / Dollar Savings / Other Offers) ── */
.ch-codes-subgroup {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ch-codes-subgroup-header {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(239, 233, 221, 0.32);
}

/* ── Override card grid within a column (narrower min to fit half-page) ── */
.ch-codes-column .ch-codes-grid {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

/* ── v2.7.17 Typography overrides ── */

/* Retailer: larger, bolder — the primary visual anchor */
.ch-code-retailer-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;   /* up from 1rem */
  font-weight: 700;    /* up from 500 */
  color: #fff;
  line-height: 1.2;
}

/* Title: secondary line below retailer */
.ch-code-title {
  display: block;
  font-size: 0.78rem;
  color: rgba(239, 233, 221, 0.55);
  line-height: 1.4;
  margin-top: -4px;
  font-style: italic;
}

/* Code string: slightly reduced so it doesn't overpower */
.ch-code-string {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.95rem;   /* down from 1.2rem */
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--wp--preset--color--gold, #c9a961);
  background: transparent;
  padding: 0;
  border: none;
  flex-grow: 1;
  word-break: break-all;
}

/* =========================================================================
   v2.7.18 — Discount code list (RetailMeNot-style horizontal rows)
   Replaces the card grid layout from v2.7.15–v2.7.17.
   ========================================================================= */

/* ── Filter tabs ─────────────────────────────────────────────────────────── */
.ch-codes-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 16px;
}
.ch-tab {
  padding: 7px 16px;
  border-radius: 20px;
  border: 1px solid rgba(201, 169, 97, 0.35);
  background: transparent;
  color: rgba(239, 233, 221, 0.6);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
  white-space: nowrap;
}
.ch-tab:hover { border-color: rgba(201, 169, 97, 0.65); color: rgba(239, 233, 221, 0.9); }
.ch-tab.is-active {
  background: var(--wp--preset--color--gold, #c9a961);
  color: #0a0a0a;
  border-color: var(--wp--preset--color--gold, #c9a961);
}

/* ── Logo strip ──────────────────────────────────────────────────────────── */
.ch-codes-logo-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 14px;
  margin-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(201, 169, 97, 0.25) transparent;
  -webkit-overflow-scrolling: touch;
}
.ch-codes-logo-strip::-webkit-scrollbar { height: 3px; }
.ch-codes-logo-strip::-webkit-scrollbar-track { background: transparent; }
.ch-codes-logo-strip::-webkit-scrollbar-thumb { background: rgba(201, 169, 97, 0.3); border-radius: 2px; }

.ch-logo-btn {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 12px;
  min-width: 68px;
  max-width: 84px;
  background: #111;
  border: 1px solid rgba(201, 169, 97, 0.18);
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 0.18s, background 0.18s;
}
.ch-logo-btn:hover { border-color: rgba(201, 169, 97, 0.5); background: rgba(201, 169, 97, 0.06); }
.ch-logo-btn.is-active { border-color: var(--wp--preset--color--gold, #c9a961); background: rgba(201, 169, 97, 0.1); }
.ch-logo-btn img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.88);
  padding: 3px;
  display: block;
}
.ch-logo-fallback {
  width: 40px;
  height: 40px;
  background: rgba(201, 169, 97, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  color: var(--wp--preset--color--gold, #c9a961);
  flex-shrink: 0;
}
.ch-logo-name {
  font-family: 'JetBrains Mono', monospace;
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(239, 233, 221, 0.5);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 72px;
  width: 100%;
}
.ch-logo-btn.is-active .ch-logo-name { color: var(--wp--preset--color--gold, #c9a961); }
.ch-logo-all-text {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(239, 233, 221, 0.6);
  line-height: 40px; /* match logo height so "All" button is same height */
}
.ch-logo-btn.is-active .ch-logo-all-text { color: var(--wp--preset--color--gold, #c9a961); }

/* ── Deal rows list ───────────────────────────────────────────────────────── */
.ch-codes-list { display: flex; flex-direction: column; }
.ch-code-row { border-bottom: 1px solid rgba(201, 169, 97, 0.1); transition: background 0.14s; }
.ch-codes-list .ch-code-row:first-child { border-top: 1px solid rgba(201, 169, 97, 0.1); }
.ch-code-row:hover { background: rgba(201, 169, 97, 0.035); }

/* Main row layout: logo | info (flex-grow) | cta */
.ch-code-row-main {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  min-height: 68px;
}

/* Logo in row */
.ch-row-logo-wrap { flex-shrink: 0; width: 48px; height: 48px; position: relative; }
.ch-row-logo-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.88);
  padding: 3px;
  display: block;
}
.ch-row-logo-fallback {
  width: 48px;
  height: 48px;
  background: rgba(201, 169, 97, 0.1);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  color: var(--wp--preset--color--gold, #c9a961);
}

/* Row info */
.ch-row-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.ch-row-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(239, 233, 221, 0.38);
  display: block;
}
.ch-row-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ch-row-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: rgba(239, 233, 221, 0.42);
  display: block;
}

/* Row savings badge (inline in meta) */
.ch-row-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 2px;
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: middle;
}
.ch-row-badge.is-percent { background: rgba(201, 169, 97, 0.14); color: var(--wp--preset--color--gold, #c9a961); }
.ch-row-badge.is-dollar  { background: rgba(124, 194, 140, 0.14); color: #7ac98c; }

/* Row CTA */
.ch-row-cta { flex-shrink: 0; display: flex; align-items: center; }

/* "Get Code" button (outlined pill) */
.ch-get-code-btn {
  padding: 10px 22px;
  border-radius: 22px;
  border: 1.5px solid var(--wp--preset--color--gold, #c9a961);
  background: transparent;
  color: var(--wp--preset--color--gold, #c9a961);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  min-width: 98px;
  text-align: center;
  transition: background 0.18s, color 0.18s;
}
.ch-get-code-btn:hover, .ch-get-code-btn.is-open {
  background: var(--wp--preset--color--gold, #c9a961);
  color: #0a0a0a;
}

/* "See Deal" button (muted outlined pill) */
.ch-see-deal-btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 22px;
  border: 1.5px solid rgba(201, 169, 97, 0.38);
  background: transparent;
  color: rgba(201, 169, 97, 0.7);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.18s, color 0.18s;
}
.ch-see-deal-btn:hover { border-color: rgba(201, 169, 97, 0.7); color: var(--wp--preset--color--gold, #c9a961); }

/* "Auto Applied" badge (no-code entries) */
.ch-auto-badge {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(239, 233, 221, 0.38);
  border: 1px dashed rgba(201, 169, 97, 0.2);
  border-radius: 20px;
  padding: 8px 14px;
  white-space: nowrap;
}

/* ── Reveal panel ─────────────────────────────────────────────────────────── */
.ch-code-row-reveal {
  border-top: 1px solid rgba(201, 169, 97, 0.1);
  animation: chRowReveal 0.22s ease;
  overflow: hidden;
}
@keyframes chRowReveal {
  from { opacity: 0; max-height: 0; }
  to   { opacity: 1; max-height: 200px; }
}
.ch-reveal-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 16px 16px 80px; /* align with row info (48px logo + 16px gap + 16px pad) */
  flex-wrap: wrap;
}
.ch-reveal-left { flex-grow: 1; min-width: 200px; }
.ch-reveal-box {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #0a0a0a;
  border: 1px solid rgba(201, 169, 97, 0.38);
  border-radius: 4px;
  padding: 10px 16px;
  margin-bottom: 8px;
}
.ch-reveal-code {
  font-family: 'JetBrains Mono', monospace;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--wp--preset--color--gold, #c9a961);
  flex-grow: 1;
  user-select: all;
  -webkit-user-select: all;
  background: transparent;
  border: none;
  padding: 0;
}
.ch-copy-reveal-btn {
  flex-shrink: 0;
  padding: 7px 14px;
  border: 1px solid rgba(201, 169, 97, 0.5);
  border-radius: 3px;
  background: transparent;
  color: var(--wp--preset--color--gold, #c9a961);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  white-space: nowrap;
}
.ch-copy-reveal-btn:hover { background: rgba(201, 169, 97, 0.14); }
.ch-copy-reveal-btn.is-copied { background: #7ac98c; color: #0a0a0a; border-color: #7ac98c; }
.ch-reveal-desc {
  font-size: 12px;
  color: rgba(239, 233, 221, 0.58);
  line-height: 1.5;
}
.ch-reveal-right { flex-shrink: 0; }
.ch-reveal-visit-btn {
  display: inline-flex;
  align-items: center;
  padding: 11px 22px;
  border-radius: 22px;
  background: var(--wp--preset--color--gold, #c9a961);
  color: #0a0a0a;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.18s;
}
.ch-reveal-visit-btn:hover { background: #d4b574; color: #0a0a0a; }

/* ── Mobile ───────────────────────────────────────────────────────────────── */
@media (max-width: 600px) {
  .ch-code-row-main { gap: 10px; padding: 12px 10px; min-height: 60px; }
  .ch-row-logo-wrap { width: 40px; height: 40px; }
  .ch-row-logo-img, .ch-row-logo-fallback { width: 40px; height: 40px; font-size: 12px; }
  .ch-row-title { font-size: 0.95rem; }
  .ch-get-code-btn { padding: 9px 14px; font-size: 9px; min-width: 80px; }
  .ch-reveal-inner { padding: 12px 10px 14px 10px; flex-direction: column; gap: 10px; }
  .ch-reveal-box { padding: 8px 12px; }
  .ch-reveal-visit-btn { width: 100%; justify-content: center; }
  .ch-codes-filter-tabs { gap: 6px; }
  .ch-tab { padding: 6px 10px; font-size: 9px; }
  .ch-logo-btn { min-width: 58px; max-width: 72px; padding: 8px 8px; }
  .ch-logo-btn img, .ch-logo-fallback { width: 34px; height: 34px; }
  .ch-logo-name { font-size: 7px; max-width: 60px; }
}

/* =========================================================================
   v2.7.20 — Carousel redesign, placeholder logo, hub page, mobile nav
   ========================================================================= */

/* ── Logo strip: CouponCabin style — larger tiles, logo only, no text ────── */
.ch-logo-btn {
  min-width: 110px !important;
  max-width: 130px !important;
  height: 72px !important;
  padding: 10px 12px !important;
  justify-content: center !important;
}
/* "All" button keeps text since there's no logo for it */
.ch-logo-btn[data-retailer="all"] {
  min-width: 64px !important;
  max-width: 80px !important;
}
.ch-logo-btn img {
  width: 72px !important;
  height: 52px !important;
  object-fit: contain !important;
  background: rgba(255,255,255,0.92) !important;
  border-radius: 6px !important;
  padding: 4px !important;
}
/* Remove text label if somehow still in DOM */
.ch-logo-name { display: none !important; }
/* Fallback logo div (placeholder image is now an img, but keep this hidden) */
.ch-logo-fallback { display: none !important; }
/* Row logo — larger, white bg for visibility */
.ch-row-logo-img {
  width: 52px !important;
  height: 52px !important;
  object-fit: contain !important;
  background: rgba(255,255,255,0.92) !important;
  border-radius: 6px !important;
  padding: 4px !important;
}
/* Row logo wrap matches new size */
.ch-row-logo-wrap {
  width: 52px !important;
  height: 52px !important;
}
/* Remove the fallback div from rows */
.ch-row-logo-fallback { display: none !important; }
/* Row reveal indent matches new logo width */
.ch-reveal-inner { padding-left: 84px !important; }
@media (max-width: 600px) {
  .ch-reveal-inner { padding-left: 10px !important; }
  .ch-row-logo-img { width: 40px !important; height: 40px !important; }
  .ch-row-logo-wrap { width: 40px !important; height: 40px !important; }
  .ch-logo-btn { min-width: 80px !important; max-width: 96px !important; height: 62px !important; }
  .ch-logo-btn img { width: 56px !important; height: 44px !important; }
}

/* ── Specials hub page ───────────────────────────────────────────────────── */
.ch-specials-hub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 2.5rem 0;
}
@media (max-width: 600px) { .ch-specials-hub { grid-template-columns: 1fr; } }
a.ch-hub-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px 28px;
  background: #121212;
  border: 1px solid rgba(201, 169, 97, 0.25);
  border-top: 3px solid var(--wp--preset--color--gold, #c9a961);
  border-radius: 2px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.2s;
}
a.ch-hub-card:hover { border-color: rgba(201, 169, 97, 0.7); transform: translateY(-2px); }
.ch-hub-card-icon { font-size: 2rem; }
.ch-hub-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
.ch-hub-card-desc {
  font-size: 14px;
  color: rgba(239, 233, 221, 0.72);
  line-height: 1.6;
  flex-grow: 1;
}
.ch-hub-card-cta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wp--preset--color--gold, #c9a961);
  padding-top: 12px;
  border-top: 1px solid rgba(201, 169, 97, 0.18);
}

/* ── Sub-page breadcrumb nav ─────────────────────────────────────────────── */
.ch-subpage-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(201, 169, 97, 0.18);
}
.ch-subpage-nav-link {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wp--preset--color--gold, #c9a961);
  text-decoration: none;
}
.ch-subpage-nav-link:hover { text-decoration: underline; }

/* ── Mobile navigation: override parent theme white dropdown ─────────────── */
/* WP block navigation mobile overlay */
.wp-block-navigation__responsive-container.is-menu-open,
.wp-block-navigation__responsive-container-content {
  background-color: #0a0a0a !important;
  color: var(--wp--preset--color--foreground, #efe9dd) !important;
}
/* Nav items text */
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-item__content,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-item__content:focus {
  color: var(--wp--preset--color--foreground, #efe9dd) !important;
}
/* Active / hover state */
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-item:hover
  .wp-block-navigation-item__content {
  color: var(--wp--preset--color--gold, #c9a961) !important;
}
/* Close button (×) */
.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-close path {
  fill: var(--wp--preset--color--gold, #c9a961) !important;
  stroke: var(--wp--preset--color--gold, #c9a961) !important;
}
/* Open button (hamburger) */
.wp-block-navigation__responsive-container-open svg,
.wp-block-navigation__responsive-container-open path {
  fill: var(--wp--preset--color--gold, #c9a961) !important;
  stroke: var(--wp--preset--color--gold, #c9a961) !important;
}
/* Mobile nav overlay full-screen */
@media (max-width: 768px) {
  .wp-block-navigation__responsive-container.is-menu-open {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 100000 !important;
    overflow-y: auto !important;
    padding: 24px !important;
  }
  /* Ensure all nav links are visible */
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__container {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }
}

/* =========================================================================
   v2.7.21 — Larger carousel + larger rows + larger fonts (supersedes v2.7.20 sizing)
   ========================================================================= */

/* ── Carousel tiles: bigger, more prominent logos ─────────────────────────── */
.ch-logo-btn {
  min-width: 168px !important;
  max-width: 190px !important;
  height: 104px !important;
  padding: 14px 16px !important;
  justify-content: center !important;
}
.ch-logo-btn[data-retailer="all"] {
  min-width: 80px !important;
  max-width: 96px !important;
}
.ch-logo-btn img {
  width: 130px !important;
  height: 80px !important;
  object-fit: contain !important;
  background: rgba(255,255,255,0.94) !important;
  border-radius: 8px !important;
  padding: 6px !important;
}
.ch-logo-all-text {
  font-size: 13px !important;
  line-height: 80px !important;
}

/* ── Deal rows: taller, larger text ───────────────────────────────────────── */
.ch-code-row-main {
  gap: 22px !important;
  padding: 20px 22px !important;
  min-height: 96px !important;
}
.ch-row-logo-wrap {
  width: 72px !important;
  height: 72px !important;
}
.ch-row-logo-img {
  width: 72px !important;
  height: 72px !important;
  object-fit: contain !important;
  background: rgba(255,255,255,0.94) !important;
  border-radius: 8px !important;
  padding: 5px !important;
}
.ch-row-eyebrow {
  font-size: 11px !important;
  letter-spacing: 0.16em !important;
}
.ch-row-title {
  font-size: 1.3rem !important;
  line-height: 1.3 !important;
}
.ch-row-meta {
  font-size: 12px !important;
}
.ch-row-badge {
  font-size: 11px !important;
  padding: 2px 8px !important;
}
.ch-get-code-btn {
  padding: 13px 28px !important;
  font-size: 11px !important;
  min-width: 120px !important;
}
.ch-see-deal-btn {
  padding: 13px 28px !important;
  font-size: 11px !important;
}
.ch-auto-badge {
  padding: 10px 18px !important;
  font-size: 10px !important;
}

/* ── Reveal panel: match larger row sizing ────────────────────────────────── */
.ch-reveal-inner {
  padding: 18px 22px 20px 116px !important; /* aligns under the 72px logo + gaps */
}
.ch-reveal-code {
  font-size: 1.25rem !important;
}
.ch-copy-reveal-btn {
  padding: 9px 18px !important;
  font-size: 11px !important;
}
.ch-reveal-visit-btn {
  padding: 13px 28px !important;
  font-size: 11px !important;
}
.ch-reveal-desc {
  font-size: 13px !important;
}

/* ── Filter tabs: slightly larger for visual balance with bigger rows ────── */
.ch-tab {
  padding: 9px 20px !important;
  font-size: 11px !important;
}

/* ── Mobile: scaled proportionally, still larger than v2.7.20 ────────────── */
@media (max-width: 600px) {
  .ch-logo-btn {
    min-width: 124px !important;
    max-width: 144px !important;
    height: 86px !important;
  }
  .ch-logo-btn img {
    width: 100px !important;
    height: 66px !important;
  }
  .ch-code-row-main {
    gap: 14px !important;
    padding: 16px 14px !important;
    min-height: 80px !important;
  }
  .ch-row-logo-wrap, .ch-row-logo-img {
    width: 56px !important;
    height: 56px !important;
  }
  .ch-row-title {
    font-size: 1.1rem !important;
  }
  .ch-get-code-btn {
    padding: 11px 18px !important;
    font-size: 10px !important;
    min-width: 96px !important;
  }
  .ch-reveal-inner {
    padding-left: 14px !important;
  }
}

/* =========================================================================
   v2.7.22 — Remove carousel entirely; brighten filter tabs + row text;
   add retailer-group accordion styling. This block is appended last and
   intentionally supersedes every prior .ch-logo-* / .ch-codes-logo-strip
   rule from v2.7.18–v2.7.21 via CSS cascade order, rather than deleting
   them individually across multiple stacked version blocks.
   ========================================================================= */

/* ── Carousel removed: hide and zero-out any leftover logo-strip markup ─── */
.ch-codes-logo-strip,
.ch-logo-btn,
.ch-logo-fallback,
.ch-logo-name,
.ch-logo-all-text {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/* ── Filter tabs: brighter, larger, easier to read ────────────────────── */
.ch-tab {
  padding: 11px 22px !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  border-width: 1.5px !important;
  border-color: rgba(201, 169, 97, 0.55) !important;
  color: #f0e9d8 !important; /* was a dim ~60%-opacity gray; now near-white */
}
.ch-tab:hover {
  border-color: var(--wp--preset--color--gold, #c9a961) !important;
  color: #fff !important;
  background: rgba(201, 169, 97, 0.12) !important;
}
.ch-tab.is-active {
  background: var(--wp--preset--color--gold, #c9a961) !important;
  color: #0a0a0a !important;
  border-color: var(--wp--preset--color--gold, #c9a961) !important;
}

/* ── Row eyebrow + meta text: brighten significantly ──────────────────── */
.ch-row-eyebrow {
  color: rgba(239, 233, 221, 0.62) !important; /* was 0.38 — much dimmer */
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
}
.ch-row-meta {
  color: #d8cdb0 !important; /* was 0.42-opacity gray; now a warm bright tan */
  font-weight: 500 !important;
}
.ch-row-badge.is-percent {
  color: #f0d49a !important; /* brighter gold-tan, was muted gold */
  background: rgba(201, 169, 97, 0.22) !important;
}
.ch-row-badge.is-dollar {
  color: #9fe8b2 !important; /* brighter green, was muted */
  background: rgba(124, 194, 140, 0.2) !important;
}

/* ── Retailer-group accordion ─────────────────────────────────────────── */
.ch-retailer-group {
  border-bottom: 1px solid rgba(201, 169, 97, 0.1);
}
.ch-codes-list .ch-retailer-group:first-child {
  border-top: 1px solid rgba(201, 169, 97, 0.1);
}
.ch-retailer-group-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 20px 22px;
  min-height: 96px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.14s;
}
.ch-retailer-group-header:hover { background: rgba(201, 169, 97, 0.045); }
.ch-retailer-group.is-open .ch-retailer-group-header { background: rgba(201, 169, 97, 0.06); }
.ch-retailer-group-chevron {
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--wp--preset--color--gold, #c9a961);
  line-height: 1;
  transform: rotate(90deg);
  transition: transform 0.25s ease;
}
.ch-retailer-group.is-open .ch-retailer-group-chevron { transform: rotate(270deg); }
.ch-retailer-group-body {
  background: rgba(0, 0, 0, 0.25);
  border-top: 1px solid rgba(201, 169, 97, 0.12);
}
.ch-retailer-group-body .ch-code-row {
  border-bottom: 1px solid rgba(201, 169, 97, 0.06);
}
.ch-retailer-group-body .ch-code-row:last-child { border-bottom: none; }

/* Sub-rows (inside an open accordion): no logo column, indent to align
   the title with where the logo would have been, slightly smaller. */
.ch-code-sub-row .ch-code-row-main {
  padding-left: 96px !important; /* aligns under parent's 72px logo + 22px gap */
  min-height: 72px !important;
}
.ch-code-sub-row .ch-row-title {
  font-size: 1.08rem !important;
}
.ch-code-sub-row .ch-reveal-inner {
  padding-left: 96px !important;
}

@media (max-width: 600px) {
  .ch-retailer-group-header { gap: 14px; padding: 16px 14px; min-height: 80px; }
  .ch-code-sub-row .ch-code-row-main { padding-left: 14px !important; }
  .ch-code-sub-row .ch-reveal-inner { padding-left: 14px !important; }
  .ch-retailer-group-chevron { font-size: 1.4rem; }
}

/* ============================================================
   Featured Retailers Carousel — standalone band (v2.7.27)
   Lives in its own full-width section between hero and friction.
   Replaces all earlier .ch-carousel rules — if you pasted
   carousel CSS before, delete those older blocks and use this.
   ============================================================ */
.ch-carousel-section {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.ch-carousel-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wp--preset--color--gold, #c9a961);
  opacity: 0.8;
  margin-bottom: 2.5rem;
}
.ch-carousel {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.ch-carousel-track {
  display: flex;
  width: max-content;
  gap: 1.5rem;
  animation: ch-carousel-scroll 60s linear infinite;
  will-change: transform;
}
.ch-carousel:hover .ch-carousel-track {
  animation-play-state: paused;
}
.ch-carousel-img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid rgba(201, 169, 97, 0.22);
  flex: 0 0 auto;
  background: var(--wp--preset--color--leather, #121212);
}
@keyframes ch-carousel-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (max-width: 782px) {
  .ch-carousel-img { width: 70px; height: 70px; }
  .ch-carousel-track { gap: 1rem; animation-duration: 45s; }
  .ch-carousel-label { margin-bottom: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  .ch-carousel-track { animation: none; }
  .ch-carousel { overflow-x: auto; }
}

/* ============================================================
   Carousel width constraint (v2.7.28)
   Constrains the scrolling logos to the site content width
   (78rem) so the band lines up with the hero and other
   sections instead of bleeding edge-to-edge.
   Append AFTER the existing carousel CSS.
   ============================================================ */
.ch-carousel-section {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
/* ============================================================
   Hero pairing fix (v2.7.30)
   Pulls the hero image + text together as a centered pair
   instead of stretching them to opposite edges.
   Append AFTER existing hero CSS in style.css.
   ============================================================ */
@media (min-width: 782px) {
  .ch-hero-cols {
    justify-content: center;   /* center the pair instead of spreading */
    gap: 3rem;                 /* tighter gap between image and text */
    align-items: center;
  }
  /* Give each column a natural, capped width so they don't stretch apart */
  .ch-hero-cols > .ch-hero-crest {
    flex: 0 1 auto;            /* size to content, don't grow to 45% of full width */
    max-width: 420px;
  }
  .ch-hero-cols > .ch-hero-text {
    flex: 0 1 auto;            /* size to content, don't grow to fill */
    max-width: 540px;
  }
}
/* ============================================================
   Header "Sign-Up Free!" CTA button (v2.7.31)
   Gold-filled primary, matched to .ch-header-login dimensions.
   Append to style.css.
   ============================================================ */
.ch-header-signup {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--wp--preset--color--background, #0a0a0a);
  background: var(--wp--preset--color--gold, #c9a961);
  border: 1px solid var(--wp--preset--color--gold, #c9a961);
  border-radius: 2px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.ch-header-signup:hover,
.ch-header-signup:focus-visible {
  background: var(--wp--preset--color--gold-bright, #e0c179);
  border-color: var(--wp--preset--color--gold-bright, #e0c179);
  color: var(--wp--preset--color--background, #0a0a0a);
  outline: none;
}
@media (max-width: 600px) {
  .ch-header-signup { padding: 8px 12px; font-size: 10px; letter-spacing: 0.10em; }
}