/* ============================================================
   CLAUDE-LEGAL: small overrides + extra patterns
   Inherits all base from ../qxt-vistra-strategy/strategy.css
   ============================================================ */

/* Breadcrumb refinement */
.strat-breadcrumb {
  background: var(--strat-bone);
  padding: 16px clamp(24px, 4vw, 80px);
  font-size: 13px;
  border-bottom: 1px solid var(--strat-line);
}
.strat-breadcrumb a {
  color: var(--strat-slate);
  text-decoration: none;
}
.strat-breadcrumb a:hover { color: var(--strat-gold); }
.strat-breadcrumb .sep { margin: 0 8px; color: var(--strat-line); }
.strat-breadcrumb .current { color: var(--strat-ink); font-weight: 600; }

/* C5 link wrapper (clickable workstream cards) */
.strat-c5-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.strat-c5-item-link:hover {
  transform: translateY(-3px);
}
.strat-c5-item-link:hover .strat-c5-item h3 { color: var(--strat-gold); }
.strat-c5-item-link .strat-c5-item h3 { transition: color 0.2s; }

/* Pain section refinement (no eyebrow rule, just spacing) */
.strat-pain {
  background: var(--strat-bone);
  padding: 96px 0 96px;
}
.strat-pain-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 80px);
}

/* Pain split-variant: image left, copy right */
.strat-pain-split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px clamp(24px, 4vw, 80px);
}
.strat-pain-split .strat-pain-inner {
  max-width: 560px;
  margin: 0;
  padding: 0;
}
.strat-pain-visual {
  background-color: var(--strat-cream);
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  aspect-ratio: 4/5;
  min-height: 480px;
  position: relative;
}
.strat-pain-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24,24,27,0) 60%, rgba(24,24,27,0.18) 100%);
  border-radius: 18px;
  pointer-events: none;
}
@media (max-width: 860px) {
  .strat-pain-split {
    grid-template-columns: 1fr;
    padding: 64px 24px;
    gap: 32px;
  }
  .strat-pain-split > * { min-width: 0; }
  .strat-pain-visual { aspect-ratio: 16/9; min-height: 0; min-width: 0; width: 100%; }
}

.strat-pain-eyebrow-rule {
  width: 56px;
  height: 2px;
  background: var(--strat-gold);
  margin-bottom: 32px;
}
.strat-pain-inner h2 {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.15;
  color: var(--strat-ink);
  margin: 0 0 20px;
  max-width: 22ch;
}
.strat-pain-inner > p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--strat-slate);
  margin: 0 0 28px;
}
.strat-pain-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.strat-pain-list li {
  font-size: 15px;
  color: var(--strat-ink);
  padding-left: 20px;
  position: relative;
  line-height: 1.55;
}
.strat-pain-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--strat-gold);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

/* FAQ legacy alignment with bone */
.strat-faq {
  padding: 120px clamp(24px, 4vw, 80px);
  background: var(--strat-bone);
}
.strat-faq-inner {
  max-width: 880px;
  margin: 0 auto;
}
.strat-faq-head {
  text-align: center;
  margin-bottom: 48px;
}
.strat-faq-head h2 {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--strat-ink);
  margin: 0 0 12px;
}
.strat-faq-head p {
  font-size: 17px;
  color: var(--strat-slate);
  margin: 0;
}
.strat-faq-item {
  background: var(--strat-cream);
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
}
.strat-faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 28px;
  font-size: 16px;
  font-weight: 700;
  color: var(--strat-ink);
  cursor: pointer;
  list-style: none;
}
.strat-faq-item summary::-webkit-details-marker { display: none; }
.strat-faq-item summary::after {
  content: "+";
  font-size: 24px;
  font-weight: 400;
  color: var(--strat-gold);
  transition: transform 0.2s;
}
.strat-faq-item[open] summary::after {
  transform: rotate(45deg);
}
.strat-faq-item p {
  margin: 0;
  padding: 0 28px 24px;
  font-size: 15px;
  color: var(--strat-slate);
  line-height: 1.55;
}

/* CTA closing block */
.strat-cta {
  background: var(--strat-cream);
  padding: 120px clamp(24px, 4vw, 80px);
}
.strat-cta-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.strat-cta-inner h2 {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--strat-ink);
  margin: 0 0 16px;
}
.strat-cta-inner p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--strat-slate);
  margin: 0 0 32px;
}

/* Footer moved to site-chrome.css (single source for nav + footer). */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 80px);
}


/* ============================================================
   CL-WORKSTREAMS: 3-col photo-cards (photo top + body)
   ============================================================ */
.cl-workstreams {
  padding: 120px clamp(24px, 4vw, 80px);
  background: var(--strat-bone);
}
.cl-workstream-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.cl-workstream-card {
  background: var(--strat-bone);
  border: 1px solid var(--strat-line);
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: var(--strat-ink);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s;
}
.cl-workstream-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(24, 24, 27, 0.08);
}
.cl-workstream-photo {
  aspect-ratio: 4/3;
  background-color: var(--strat-cream);
  background-size: cover;
  background-position: center;
}
.cl-workstream-body {
  padding: 24px 26px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.cl-workstream-num {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--strat-gold);
  margin-bottom: 12px;
}
.cl-workstream-body h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--strat-ink);
  transition: color 0.2s;
  letter-spacing: -0.01em;
}
.cl-workstream-card:hover h3 { color: var(--strat-gold); }
.cl-workstream-body p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--strat-slate);
  margin: 0 0 20px;
  flex: 1;
}
.cl-workstream-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--strat-gold);
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 1024px) { .cl-workstream-grid { grid-template-columns: 1fr; gap: 20px; } }

/* ============================================================
   CL-WHYUS: Why-us section with inline CTA header
   ============================================================ */
.cl-whyus {
  padding: 120px clamp(24px, 4vw, 80px);
  background: var(--strat-bone);
}
.cl-whyus-container {
  max-width: 1200px;
  margin: 0 auto;
  background: #F2EFE7;
  border-radius: 24px;
  padding: clamp(56px, 6vw, 80px) clamp(28px, 4vw, 56px);
}
.cl-whyus-head {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}
.cl-whyus-head h2 {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: -0.015em;
  margin: 0 0 16px;
  color: var(--strat-ink);
}
.cl-whyus-head p {
  font-size: 17px;
  line-height: 1.55;
  color: var(--strat-slate);
  margin: 0 0 28px;
}
.cl-whyus-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--strat-gold);
  color: var(--strat-ink);
  border-radius: 9999px;
  padding: 14px 26px;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  transition: transform 0.2s, background 0.2s;
}
.cl-whyus-cta:hover {
  transform: translateY(-1px);
  background: var(--strat-ink);
  color: var(--strat-bone);
}
.cl-whyus .strat-c4-grid {
  max-width: 1200px;
  margin: 0 auto;
}

.cl-whyus-footer {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

/* C4 cards inside cl-whyus container = bone bg for separation */
.cl-whyus-container .strat-c4-card {
  background: var(--strat-bone);
}
