/* ══════════════════════════════════════════════
   JUNCTIONAL TRAINING — STACK GUIDES CSS
   stack.css — shared by all guide pages
   Colors: --burgundy #5b0a1b | --gold #d7b35a
   Fonts: Bebas Neue, DM Serif Display, DM Sans
══════════════════════════════════════════════ */

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

:root {
  --burgundy: #5b0a1b;
  --burgundy-dark: #3b0611;
  --burgundy-mid: #7a1226;
  --gold: #d7b35a;
  --gold-dim: rgba(215,179,90,0.55);
  --ink: #0f0a0c;
  --off-white: #f8f5f1;
  --text-muted: rgba(255,255,255,0.5);
}

html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--ink);
  color: #fff;
  line-height: 1.7;
  font-size: 16px;
}

/* ── FONTS ── */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=DM+Serif+Display:ital@0;1&display=swap');

/* ── HEADER ── */
.stack-header {
  background: linear-gradient(180deg, #0a0305 0%, rgba(10,3,5,0) 100%);
  padding: 20px 24px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(215,179,90,0.1);
  backdrop-filter: blur(12px);
  background-color: rgba(10,3,5,0.92);
}
.stack-header-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.stack-header-logo {
  height: 32px;
  width: auto;
}
.stack-header-text {
  display: flex;
  flex-direction: column;
}
.stack-header-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 15px;
  color: var(--gold);
  letter-spacing: 0.1em;
  line-height: 1;
}
.stack-header-sub {
  font-size: 9px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 2px;
}
.stack-header-cta {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  background: var(--gold);
  padding: 8px 18px;
  border-radius: 100px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.stack-header-cta:hover { opacity: 0.88; }

/* ── BREADCRUMB ── */
.stack-breadcrumb {
  padding: 12px 24px;
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.05em;
}
.stack-breadcrumb a { color: var(--gold-dim); text-decoration: none; }
.stack-breadcrumb a:hover { color: var(--gold); }
.stack-breadcrumb span { margin: 0 6px; }

/* ── HERO BAND ── */
.stack-hero {
  background: linear-gradient(160deg, #1a050c 0%, #3b0611 50%, #1a050c 100%);
  padding: 52px 24px 44px;
  text-align: center;
  border-bottom: 1px solid rgba(215,179,90,0.15);
  position: relative;
  overflow: hidden;
}
.stack-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(215,179,90,0.08) 0%, transparent 65%);
  pointer-events: none;
}
.stack-eyebrow {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 12px;
  letter-spacing: 0.25em;
  color: var(--gold-dim);
  margin-bottom: 10px;
}
.stack-hero-h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 7vw, 56px);
  line-height: 1.05;
  color: #fff;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}
.stack-hero-h1 em {
  font-style: italic;
  color: var(--gold);
}
.stack-hero-sub {
  font-size: clamp(14px, 2vw, 17px);
  color: rgba(255,255,255,0.55);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ── DISCLOSURE ── */
.stack-disclosure {
  background: rgba(215,179,90,0.06);
  border: 1px solid rgba(215,179,90,0.18);
  border-radius: 10px;
  padding: 12px 18px;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  max-width: 720px;
  margin: 20px auto 0;
  text-align: center;
  line-height: 1.5;
}
.stack-disclosure a { color: var(--gold-dim); text-decoration: none; }

/* ── CONTAINER ── */
.stack-container {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}
.stack-container--wide {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ── SECTION SPACING ── */
.stack-section { padding: 52px 0 0; }
.stack-section:last-of-type { padding-bottom: 72px; }

/* ── SECTION LABEL ── */
.stack-section-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  color: var(--gold-dim);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.stack-section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(215,179,90,0.18);
}
.stack-section-h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(22px, 5vw, 36px);
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.15;
  letter-spacing: -0.3px;
}
.stack-section-h3 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(18px, 3.5vw, 26px);
  color: #fff;
  margin-bottom: 12px;
  margin-top: 36px;
}
.stack-body { color: rgba(255,255,255,0.72); margin-bottom: 16px; line-height: 1.8; }

/* ── PAIN→PROMISE BLOCKS ── */
.pp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 24px 0;
}
@media (max-width: 560px) { .pp-grid { grid-template-columns: 1fr; } }
.pp-block {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  padding: 18px;
}
.pp-block--pain { border-left: 3px solid rgba(200,60,60,0.5); }
.pp-block--promise { border-left: 3px solid rgba(215,179,90,0.5); }
.pp-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.pp-label--pain { color: rgba(220,100,100,0.8); }
.pp-label--promise { color: var(--gold-dim); }
.pp-text { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.5; }

/* ── HOW IT WORKS FLOW ── */
.hiw-flow {
  display: flex;
  gap: 0;
  justify-content: center;
  flex-wrap: wrap;
  margin: 32px 0;
}
.hiw-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  min-width: 140px;
  max-width: 180px;
  padding: 0 8px;
  position: relative;
}
.hiw-step:not(:last-child)::after {
  content: '→';
  position: absolute;
  right: -10px;
  top: 16px;
  color: var(--gold-dim);
  font-size: 18px;
}
@media (max-width: 560px) {
  .hiw-step:not(:last-child)::after { display: none; }
  .hiw-flow { gap: 16px; }
}
.hiw-num {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(215,179,90,0.12);
  border: 1px solid rgba(215,179,90,0.3);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  color: var(--gold);
  margin-bottom: 10px;
}
.hiw-label {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.4;
}

/* ── GUIDE CARDS (hub page) ── */
.guide-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin: 32px 0;
}
.guide-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(215,179,90,0.18);
  border-radius: 18px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  transition: all 0.25s;
  position: relative;
  overflow: hidden;
}
.guide-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(215,179,90,0.4), transparent);
}
.guide-card:hover {
  background: rgba(215,179,90,0.06);
  border-color: rgba(215,179,90,0.4);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}
.guide-card-icon { font-size: 28px; }
.guide-card-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gold-dim);
}
.guide-card-title {
  font-family: 'DM Serif Display', serif;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
}
.guide-card-pain { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.5; }
.guide-card-promise { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.5; }
.guide-card-cta {
  display: inline-block;
  margin-top: auto;
  padding-top: 14px;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.06em;
}

/* ── PRODUCT CARD ── */
.product-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 28px 24px;
  margin-bottom: 20px;
}
.product-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.product-card-icon { font-size: 22px; flex-shrink: 0; }
.product-card-name {
  font-family: 'DM Serif Display', serif;
  font-size: 20px;
  color: #fff;
}
.product-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 16px 0;
}
@media (max-width: 480px) { .product-meta { grid-template-columns: 1fr; } }
.product-meta-block { }
.product-meta-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 6px;
}
.product-meta-list {
  list-style: none;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
}
.product-meta-list li::before { content: '· '; color: var(--gold-dim); }
.product-trainer-note {
  background: rgba(215,179,90,0.06);
  border-left: 3px solid rgba(215,179,90,0.35);
  border-radius: 0 8px 8px 0;
  padding: 12px 16px;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  font-style: italic;
  margin: 16px 0;
  line-height: 1.6;
}
.product-cta {
  display: inline-block;
  background: rgba(215,179,90,0.12);
  border: 1px solid rgba(215,179,90,0.35);
  color: var(--gold);
  font-weight: 700;
  font-size: 13px;
  padding: 10px 22px;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.2s;
  letter-spacing: 0.05em;
}
.product-cta:hover { background: rgba(215,179,90,0.22); border-color: var(--gold); }

/* ── QUICK PICKS TABLE ── */
.quick-picks {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(215,179,90,0.2);
  border-radius: 16px;
  overflow: hidden;
  margin: 28px 0;
}
.quick-picks-header {
  background: rgba(215,179,90,0.08);
  padding: 14px 20px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--gold);
  border-bottom: 1px solid rgba(215,179,90,0.15);
}
.quick-picks-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  gap: 12px;
  flex-wrap: wrap;
}
.quick-picks-row:last-child { border-bottom: none; }
.qp-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  min-width: 120px;
}
.qp-pick { font-size: 14px; color: #fff; flex: 1; }
.qp-cta {
  font-size: 12px;
  font-weight: 700;
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(215,179,90,0.3);
  white-space: nowrap;
}
.qp-cta:hover { border-color: var(--gold); }

/* ── HIGHLIGHT BOXES ── */
.highlight-box {
  border-radius: 14px;
  padding: 24px;
  margin: 28px 0;
}
.highlight-box--gold {
  background: rgba(215,179,90,0.07);
  border: 1px solid rgba(215,179,90,0.25);
}
.highlight-box--dark {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
}
.highlight-box-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 14px;
}
.highlight-list {
  list-style: none;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 1.9;
}
.highlight-list li::before { content: '→ '; color: var(--gold-dim); font-weight: 700; }
.highlight-list--x li::before { content: '✕ '; color: rgba(200,60,60,0.7); }

/* ── BUY ORDER ── */
.buy-order {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}
.buy-order-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 12px 16px;
}
.buy-order-num {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(215,179,90,0.1);
  border: 1px solid rgba(215,179,90,0.25);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 15px;
  color: var(--gold);
  flex-shrink: 0;
}
.buy-order-text { font-size: 14px; color: rgba(255,255,255,0.7); }

/* ── DISCLAIMER ── */
.stack-disclaimer {
  background: rgba(255,100,100,0.05);
  border: 1px solid rgba(255,100,100,0.15);
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
  margin: 28px 0;
}

/* ── RELATED GUIDES ── */
.related-guides {
  border-top: 1px solid rgba(215,179,90,0.15);
  padding-top: 40px;
  margin-top: 52px;
}
.related-guides-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: var(--gold-dim);
  margin-bottom: 20px;
}
.related-guide-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.related-guide-link {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(215,179,90,0.18);
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: all 0.2s;
}
.related-guide-link:hover { background: rgba(215,179,90,0.08); color: #fff; border-color: rgba(215,179,90,0.35); }

/* ── BACK LINK ── */
.stack-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--gold-dim);
  text-decoration: none;
  margin: 28px 0 0;
  font-weight: 600;
  transition: color 0.2s;
}
.stack-back:hover { color: var(--gold); }

/* ── FOOTER ── */
.stack-footer {
  background: #070205;
  border-top: 1px solid rgba(215,179,90,0.1);
  padding: 32px 24px;
  text-align: center;
}
.stack-footer-links {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.stack-footer-links a {
  font-size: 13px;
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  transition: color 0.2s;
}
.stack-footer-links a:hover { color: var(--gold); }
.stack-footer-copy {
  font-size: 12px;
  color: rgba(255,255,255,0.2);
}

/* ── PLACEHOLDER PAGE ── */
.stack-placeholder {
  text-align: center;
  padding: 72px 24px;
}
.stack-placeholder-icon { font-size: 48px; margin-bottom: 20px; }
.stack-placeholder-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(24px, 5vw, 40px);
  color: #fff;
  margin-bottom: 14px;
}
.stack-placeholder-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.45);
  max-width: 420px;
  margin: 0 auto 32px;
  line-height: 1.7;
}
.stack-placeholder-cta {
  display: inline-block;
  background: var(--gold);
  color: var(--ink);
  font-weight: 800;
  font-size: 14px;
  padding: 14px 28px;
  border-radius: 100px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.stack-placeholder-cta:hover { opacity: 0.88; }



/* ══════════════════════════════════════════════
   TRAINING STACK GUIDES HUB — tsg-* classes
   Deep burgundy base, gold accents, editorial
══════════════════════════════════════════════ */

/* ── PAGE BASE ── */
.tsg-page {
  background: #3b0611;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.tsg-page main { flex: 1; }

/* ── FIXED LOGO WATERMARK ── */
.tsg-watermark {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(460px, 78vw);
  height: min(460px, 78vw);
  background: url('../images/logo.png') center / contain no-repeat;
  opacity: 0.32;
  pointer-events: none;
  z-index: 0;
}

/* All content above watermark */
.tsg-page header,
.tsg-page main,
.tsg-page footer { position: relative; z-index: 1; }

/* ── CONTAINER ── */
.tsg-container {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ── HEADER — matches homepage site-header ── */
.tsg-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background: rgba(59,6,17,0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(215,179,90,0.18);
  gap: 16px;
}
.tsg-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.tsg-brand-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.tsg-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.tsg-brand-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 23px;
  color: #d7b35a;
  letter-spacing: 0.08em;
}
.tsg-brand-sub {
  font-size: 9px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.tsg-header-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tsg-header-nav a {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.2s;
}
.tsg-header-nav a:hover { color: #d7b35a; }

/* ── INTRO ── */
.tsg-intro {
  padding: 44px 0 28px;
}
.tsg-h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 6vw, 48px);
  line-height: 1.05;
  color: #fff;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
}
.tsg-intro-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  color: rgba(255,255,255,0.52);
  line-height: 1.7;
  max-width: 540px;
}

/* ── GOLD DIVIDER + DIRECTORY LABEL ── */
.tsg-divider-wrap {
  padding: 0 0 24px;
}
.tsg-dir-label-row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.tsg-dir-rule {
  flex: 1;
  height: 1px;
  background: rgba(215,179,90,0.3);
}
.tsg-dir-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  color: rgba(215,179,90,0.6);
  white-space: nowrap;
  flex-shrink: 0;
}

/* ── DIRECTORY ── */
.tsg-directory {
  padding: 0 0 48px;
}
.tsg-dir-heading {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(20px, 4vw, 30px);
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.1;
}

/* ── GOLD ARTICLE BUTTONS ── */
.tsg-btn-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 32px;
}
.tsg-gold-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  background: rgba(215,179,90,0.82);
  color: #0f0a0c;
  text-decoration: none;
  border-radius: 8px;
  padding: 18px 22px;
  border: 1.5px solid rgba(10,6,4,0.75);
  box-shadow: 0 0 0 0 rgba(215,179,90,0);
  transition: box-shadow 0.2s, transform 0.18s, background 0.15s;
}
.tsg-gold-btn:hover {
  background: rgba(228,196,106,0.9);
  box-shadow: 0 0 16px rgba(215,179,90,0.35), 0 0 4px rgba(215,179,90,0.2);
  transform: translateX(2px);
}
.tsg-gold-btn-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.tsg-gold-btn-title {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(17px, 3vw, 22px);
  font-weight: 900;
  font-style: italic;
  color: #0f0a0c;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.tsg-gold-btn-hint {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  color: rgba(15,10,12,0.55);
  line-height: 1.4;
}
.tsg-gold-btn-arrow {
  font-size: 18px;
  font-weight: 800;
  color: rgba(15,10,12,0.5);
  flex-shrink: 0;
  transition: transform 0.18s;
}
.tsg-gold-btn:hover .tsg-gold-btn-arrow { transform: translateX(4px); }

/* Small centered gold divider between buttons */
.tsg-btn-divider {
  display: flex;
  justify-content: center;
  padding: 6px 0;
}
.tsg-btn-divider::after {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  background: rgba(215,179,90,0.55);
}

/* ── DISCLOSURE ── */
.tsg-disclosure {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.25);
  line-height: 1.6;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* ── FOOTER ── */
.tsg-footer {
  background: rgba(0,0,0,0.25);
  border-top: 1px solid rgba(215,179,90,0.12);
  padding: 24px 20px;
}
.tsg-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.tsg-footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.tsg-footer-links a {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.32);
  text-decoration: none;
  transition: color 0.2s;
}
.tsg-footer-links a:hover { color: rgba(215,179,90,0.7); }
.tsg-footer-copy {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.2);
}

/* ── MOBILE ── */
@media (max-width: 480px) {
  .tsg-header-nav { display: none; }
  .tsg-footer-inner { flex-direction: column; align-items: flex-start; }
}


/* ══════════════════════════════════════════════
   ARTICLE PAGES — art-* classes
   Editorial guide format, cream content panels
   Burgundy/gold/black Junction Jah branding
══════════════════════════════════════════════ */

/* ── PAGE BASE ── */
.art-page {
  background: #3b0611;
  min-height: 100vh;
}

/* Watermark — same as hub but 20% opacity */
.art-watermark {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(500px, 82vw);
  height: min(500px, 82vw);
  background: url('../images/logo.png') center / contain no-repeat;
  opacity: 0.10;
  pointer-events: none;
  z-index: 0;
}
.art-page header,
.art-page main,
.art-page footer { position: relative; z-index: 1; }

/* ── CONTAINER ── */
.art-container {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ── HEADER ── */
.art-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background: rgba(59,6,17,0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(215,179,90,0.18);
  gap: 16px;
}
.art-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.art-brand-logo { width: 44px; height: 44px; object-fit: contain; }
.art-brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.art-brand-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 23px;
  color: #d7b35a;
  letter-spacing: 0.08em;
}
.art-brand-sub {
  font-size: 9px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.art-header-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.art-header-nav a {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.2s;
}
.art-header-nav a:hover { color: #d7b35a; }

/* ── BREADCRUMB ── */
.art-breadcrumb {
  padding: 12px 20px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
}
.art-breadcrumb a {
  color: rgba(215,179,90,0.55);
  text-decoration: none;
  transition: color 0.2s;
}
.art-breadcrumb a:hover { color: #d7b35a; }
.art-breadcrumb span { margin: 0 6px; }

/* ── ARTICLE HERO ── */
.art-hero {
  background: linear-gradient(160deg, #2a0409 0%, #4a0c18 55%, #3b0611 100%);
  padding: 40px 20px 36px;
  border-bottom: 1px solid rgba(215,179,90,0.15);
}
.art-hero-inner { max-width: 740px; margin: 0 auto; }
.art-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  color: rgba(215,179,90,0.6);
  display: block;
  margin-bottom: 12px;
}
/* Label in hero hidden — only used in body now */
.art-hero .art-label { display: none; }

.art-h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(24px, 5vw, 42px);
  line-height: 1.08;
  color: #2a1018;
  letter-spacing: -0.3px;
  margin-bottom: 0;
}
/* Title wrapper in body */
.art-body-title-wrap {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(215,179,90,0.3);
  margin-bottom: 28px;
}
.art-body-eyebrow {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  color: rgba(91,10,27,0.4);
  display: block;
  margin-bottom: 8px;
}
.art-dek { display: none; }

/* Hero image block — 16:9 YouTube thumbnail ratio, rounded, full-width */
.art-hero-img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
  border: none;
  margin-bottom: 0;
}
/* Hero actual img tag */
.art-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.art-img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 180px;
  background: linear-gradient(135deg, rgba(91,10,27,0.6) 0%, rgba(30,6,12,0.92) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.art-img-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: rgba(215,179,90,0.45);
}
.art-img-hint {
  font-size: 10px;
  color: rgba(255,255,255,0.18);
  letter-spacing: 0.04em;
}

/* ── STANDARDIZED PRODUCT IMAGE SYSTEM ──
   The frame has NO forced aspect-ratio — it shrinks to fit the image.
   max-height on the img itself caps the size in all dimensions equally.
   No cropping. No stretching. Image just scales down proportionally. */
.art-product-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(215,179,90,0.1);
  margin-bottom: 16px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  box-sizing: border-box;
}
/* The img itself shrinks to max 220px tall in any dimension — no crop */
.art-product-img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 220px;
  object-fit: scale-down;
  object-position: center;
}
/* Supplement bottles — taller cap for portrait bottles */
.art-product-img--supplement {
  background: transparent;
  padding: 4px 8px;
}
.art-product-img--supplement img {
  max-height: 240px;
}
/* Lifestyle / flat-lay photos — allow taller display */
.art-product-img--cover img {
  max-height: 240px;
  width: 100%;
  object-fit: cover;
}
.art-product-img-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: rgba(59,6,17,0.45);
}

/* Top disclosure — hidden, moved to footer */
.art-disclosure { display: none; }

/* Subtle bottom affiliate note in footer */
.art-affil-note {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  color: rgba(255,255,255,0.2);
  line-height: 1.5;
  margin-top: 6px;
}

/* ── CREAM ARTICLE BODY ── */
.art-body {
  background: #faf7f3;
  padding: 48px 20px 60px;
}
.art-body-inner { max-width: 700px; margin: 0 auto; }

/* Intro paragraphs */
.art-intro p {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(18px, 3vw, 22px);
  color: #2a1018;
  line-height: 1.8;
  margin-bottom: 24px;
}

/* Gold rule divider */
.art-rule {
  border: none;
  border-top: 1px solid rgba(215,179,90,0.45);
  margin: 36px 0;
}

/* Section heading */
.art-section-eyebrow {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  color: rgba(91,10,27,0.55);
  margin-bottom: 8px;
  display: block;
}
/* Section phase label — groups products into named stages */
.art-phase-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: rgba(201,168,76,0.75);
  background: rgba(59,6,17,0.06);
  border-left: 2px solid rgba(201,168,76,0.45);
  padding: 5px 10px 5px 12px;
  margin: 20px 0 10px;
  display: block;
  border-radius: 0 4px 4px 0;
  text-transform: uppercase;
}
.art-h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(20px, 3.5vw, 30px);
  color: #2a1018;
  margin-bottom: 6px;
  line-height: 1.15;
}
.art-section-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: rgba(42,16,24,0.55);
  margin-bottom: 24px;
  line-height: 1.6;
}

/* ── QUICK PICKS ── */
.art-quick-picks {
  background: #fff;
  border: 1px solid rgba(215,179,90,0.35);
  border-radius: 12px;
  overflow: hidden;
  margin: 28px 0;
  box-shadow: 0 2px 12px rgba(59,6,17,0.06);
}
.art-qp-header {
  background: #3b0611;
  padding: 13px 20px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: #d7b35a;
}
/* Each row: label stacked above, then title + button on same line */
.art-qp-row {
  display: flex;
  flex-direction: column;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(215,179,90,0.12);
  gap: 5px;
}
.art-qp-row:last-child { border-bottom: none; }
.art-qp-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(59,6,17,0.4);
}
/* Pick + button row — flex row so title wraps, button stays right */
.art-qp-row-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.art-qp-pick {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #2a1018;
  flex: 1;
  min-width: 0;
  line-height: 1.35;
}
.art-qp-btn {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 800;
  color: #0f0a0c;
  background: #d7b35a;
  padding: 7px 16px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.art-qp-btn:hover { opacity: 0.82; }

/* ── PRODUCT SECTIONS ── */
.art-products { margin-top: 12px; }

.art-product {
  padding: 32px 0;
  border-bottom: 1px solid rgba(215,179,90,0.25);
}
.art-product:last-child { border-bottom: none; }

.art-product-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: start;
}
@media (max-width: 580px) {
  .art-product-layout { grid-template-columns: 1fr; }
}

.art-product-name {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(18px, 3vw, 24px);
  color: #2a1018;
  margin-bottom: 14px;
  line-height: 1.15;
}
/* "If You Can Swing It" tag inside product name */
.art-product-tag {
  display: inline-block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #fff;
  background: #3b0611;
  border-radius: 3px;
  padding: 2px 7px 1px;
  vertical-align: middle;
  margin-left: 8px;
  position: relative;
  top: -2px;
}
/* Featured product card — subtle gold border glow */
.art-product--featured > .art-product-layout {
  border: 1px solid rgba(201,168,76,0.4);
  border-radius: 12px;
  padding: 16px;
  background: rgba(201,168,76,0.04);
  box-shadow: 0 0 18px rgba(201,168,76,0.08);
}
.art-product-why {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  color: #2a1018;
  line-height: 1.75;
  margin-bottom: 16px;
}
.art-product-why strong {
  font-weight: 700;
  color: #3b0611;
}

.art-product-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .art-product-meta { grid-template-columns: 1fr; }
}
.art-meta-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(59,6,17,0.45);
  margin-bottom: 6px;
}
.art-meta-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #3a1520;
  line-height: 1.8;
}
.art-meta-list li::before { content: '· '; color: rgba(59,6,17,0.4); }

.art-trainer-note {
  background: rgba(59,6,17,0.05);
  border-left: 3px solid rgba(215,179,90,0.55);
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: rgba(42,16,24,0.7);
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 18px;
}

/* Buy button */
.art-buy-btn {
  display: inline-block;
  background: #d7b35a;
  color: #0f0a0c;
  font-family: 'DM Sans', sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid rgba(180,140,50,0.5);
  transition: opacity 0.2s, transform 0.15s;
}
.art-buy-btn:hover { opacity: 0.85; transform: translateY(-1px); }

/* ── IF YOU ONLY BUY 3 ── */
.art-buy3 {
  background: #3b0611;
  border-radius: 12px;
  padding: 28px 24px;
  margin: 36px 0;
}
.art-buy3-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: rgba(215,179,90,0.65);
  margin-bottom: 14px;
  display: block;
}
.art-buy3-title {
  font-family: 'DM Serif Display', serif;
  font-size: 22px;
  color: #fff;
  margin-bottom: 16px;
}
.art-buy3-list {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.art-buy3-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  line-height: 1.5;
}
.art-buy3-num {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(215,179,90,0.12);
  border: 1px solid rgba(215,179,90,0.3);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 15px;
  color: #d7b35a;
  flex-shrink: 0;
}

/* ── FAQ ── */
.art-faq { margin: 36px 0; }
.art-faq-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(215,179,90,0.15);
}
.art-faq-item:last-child { border-bottom: none; }
.art-faq-q {
  font-family: 'DM Serif Display', serif;
  font-size: 17px;
  color: #2a1018;
  margin-bottom: 8px;
  line-height: 1.3;
}
.art-faq-a {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: rgba(42,16,24,0.65);
  line-height: 1.75;
}

/* ── SUPPLEMENT DISCLAIMER ── */
.art-supplement-disclaimer {
  background: rgba(220,80,80,0.06);
  border: 1px solid rgba(220,80,80,0.18);
  border-radius: 8px;
  padding: 14px 18px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: rgba(42,16,24,0.6);
  line-height: 1.65;
  margin: 24px 0;
}

/* ── RELATED GUIDES ── */
.art-related {
  background: #fff;
  border: 1px solid rgba(215,179,90,0.25);
  border-radius: 12px;
  padding: 24px;
  margin-top: 36px;
}
.art-related-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: rgba(59,6,17,0.45);
  margin-bottom: 14px;
  display: block;
}
.art-related-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.art-related-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 16px;
  background: rgba(59,6,17,0.04);
  border: 1px solid rgba(215,179,90,0.2);
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #3b0611;
  text-decoration: none;
  transition: all 0.18s;
}
.art-related-link:hover {
  background: rgba(59,6,17,0.08);
  border-color: rgba(215,179,90,0.45);
}
.art-related-link::after {
  content: '→';
  color: rgba(59,6,17,0.4);
  font-size: 14px;
}

/* ── FOOTER ── */
.art-footer {
  background: rgba(0,0,0,0.3);
  border-top: 1px solid rgba(215,179,90,0.12);
  padding: 24px 20px;
  position: relative;
  z-index: 1;
}
.art-footer-inner {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.art-footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.art-footer-links a {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.3);
  text-decoration: none;
  transition: color 0.2s;
}
.art-footer-links a:hover { color: rgba(215,179,90,0.7); }
.art-footer-copy {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.18);
}

/* ── MOBILE ── */
@media (max-width: 480px) {
  .art-header-nav { display: none; }
  .art-body { padding: 36px 16px 48px; }
  .art-hero { padding: 32px 16px 28px; }
  .art-footer-inner { flex-direction: column; align-items: flex-start; }
  /* Cap product images tighter on small phones */
  .art-product-img img { max-height: 160px; }
  .art-product-img--supplement img { max-height: 180px; }
}


/* ══ QUICK PICKS SECTION ══════════════════════ */
.tsg-quickpicks {
  padding: 0 0 32px;
}
.tsg-qp-heading {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(18px, 3.5vw, 26px);
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.1;
}
.tsg-qp-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.42);
  margin-bottom: 18px;
  line-height: 1.6;
}
.tsg-qp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 520px) {
  .tsg-qp-grid { grid-template-columns: 1fr; }
}
.tsg-qp-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: rgba(215,179,90,0.1);
  border: 1px solid rgba(215,179,90,0.38);
  border-radius: 8px;
  padding: 13px 16px;
  text-decoration: none;
  transition: all 0.2s;
  box-shadow: 0 0 0 0 rgba(215,179,90,0);
}
.tsg-qp-card:hover {
  background: rgba(215,179,90,0.18);
  border-color: rgba(215,179,90,0.7);
  box-shadow: 0 0 10px rgba(215,179,90,0.18);
  transform: translateY(-1px);
}
.tsg-qp-card-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
.tsg-qp-card-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 9px;
  letter-spacing: 0.22em;
  color: rgba(215,179,90,0.55);
  text-transform: uppercase;
}
.tsg-qp-card-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}
.tsg-qp-card-hint {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  line-height: 1.4;
}
.tsg-qp-card-arrow {
  font-size: 14px;
  color: rgba(215,179,90,0.6);
  flex-shrink: 0;
  transition: transform 0.18s;
}
.tsg-qp-card:hover .tsg-qp-card-arrow { transform: translateX(3px); }
