/* Page-specific styles */

/* ===== HERO THEME ===== */
.article-hero { background: linear-gradient(160deg, #1a1a2e 0%, #16213e 55%, #1e2d1a 100%); }
.article-tag-row { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 20px; }
.tag-culture  { background: #2a6a2a; }
.tag-business { background: #4a4a8c; }
.article-hero-sub { color: #8eadc8; }
.article-meta-author { color: #d1db24; }
.article-meta-date, .article-meta-read { color: #6a8aaa; }
.article-meta-sep { color: #3a5a7a; }
.article-cta { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); border: 2px solid #2a2a5a; }
.article-cta p { color: #8eadc8; }
.article-cta a.secondary { color: #8eadc8; border: 2px solid #3a3a7a; }

/* ===== STATED VS REAL CULTURE ===== */
.culture-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid #dde8c8;
  margin: 36px 0;
}
.culture-col {
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.culture-col.col-stated {
  background: #f4fae8;
  border-right: 2px solid #dde8c8;
}
.culture-col.col-real {
  background: #fff8f8;
}
.culture-col-label {
  font-size: 10px; font-weight: 900; text-transform: uppercase;
  letter-spacing: 2px;
}
.col-stated .culture-col-label { color: #4a8c11; }
.col-real   .culture-col-label { color: #c04040; }
.culture-col-title {
  font-size: 17px; font-weight: 900;
}
.col-stated .culture-col-title { color: #2a5a0a; }
.col-real   .culture-col-title { color: #8a1a1a; }
.culture-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.culture-item-icon { font-size: 16px; flex-shrink: 0; margin-top: 1px; }
.culture-item-text { font-size: 13px; font-weight: 700; color: #444; line-height: 1.55; }
@media (max-width: 600px) {
  .culture-split { grid-template-columns: 1fr; }
  .culture-col.col-stated { border-right: none; border-bottom: 2px solid #dde8c8; }
}

/* ===== CALLOUT ===== */
.callout.warn .callout.dark .callout.red /* ===== CROSS-FUNCTIONAL TENSION GRID ===== */
.tension-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 32px 0;
}
.tension-card {
  background: #fff;
  border: 2px solid #dde8c8;
  border-radius: 12px;
  padding: 18px 20px;
}
.tension-pair {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.tension-dept {
  font-size: 11px; font-weight: 900; text-transform: uppercase;
  letter-spacing: 1px; color: #fff;
  padding: 3px 8px; border-radius: 5px;
}
.tension-vs {
  font-size: 11px; font-weight: 900; color: #aaa;
}
.tension-root {
  font-size: 13px; font-weight: 900; color: #1a1a1a; margin-bottom: 5px;
}
.tension-desc {
  font-size: 12px; color: #666; line-height: 1.6;
}
@media (max-width: 600px) { .tension-grid { grid-template-columns: 1fr; } }

/* ===== WHAT SURFACES AT THE TABLE ===== */
.surfaces-list {
  margin: 28px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.surface-row {
  background: #fff;
  border: 2px solid #dde8c8;
  border-radius: 10px;
  padding: 16px 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.surface-icon { font-size: 22px; flex-shrink: 0; }
.surface-title { font-size: 14px; font-weight: 900; color: #1a2a0a; margin-bottom: 4px; }
.surface-desc  { font-size: 13px; color: #555; line-height: 1.65; }
.surface-why {
  font-size: 12px; font-weight: 800; color: #4a8c11;
  margin-top: 6px; padding-top: 6px;
  border-top: 1px solid #e8f0d8;
}

/* ===== CONDITIONS STACK ===== */
.conditions-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid #dde8c8;
  margin: 32px 0;
}
.condition-row {
  display: flex;
  align-items: stretch;
  border-bottom: 2px solid #dde8c8;
}
.condition-row:last-child { border-bottom: none; }
.condition-band {
  width: 6px;
  flex-shrink: 0;
}
.condition-body {
  flex: 1;
  padding: 18px 22px;
  background: #fff;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.condition-num {
  font-size: 22px; font-weight: 900;
  color: #e8f0d8; flex-shrink: 0;
  line-height: 1; padding-top: 2px;
  min-width: 32px;
}
.condition-title { font-size: 15px; font-weight: 900; color: #1a2a0a; margin-bottom: 4px; }
.condition-desc  { font-size: 13px; color: #555; line-height: 1.65; }
.condition-example {
  font-size: 12px; font-weight: 800; color: #4a8c11;
  margin-top: 6px;
}

/* ===== MANDATE VS GROW TABLE ===== */
.culture-table {
  width: 100%; border-collapse: collapse;
  margin: 28px 0; font-size: 14px;
}
.culture-table th {
  background: #1a1a2e; color: #d1db24;
  font-size: 10px; font-weight: 900;
  text-transform: uppercase; letter-spacing: 2px;
  padding: 12px 16px; text-align: left;
}
.culture-table th:first-child { border-radius: 8px 0 0 0; }
.culture-table th:last-child  { border-radius: 0 8px 0 0; }
.culture-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e8f0d8;
  font-weight: 600; color: #333;
  background: #fff; line-height: 1.5;
  vertical-align: top;
}
.culture-table tr:last-child td { border-bottom: none; }
.culture-table tr:last-child td:first-child { border-radius: 0 0 0 8px; }
.culture-table tr:last-child td:last-child  { border-radius: 0 0 8px 0; }
.culture-table td.wrong { color: #c04040; }
.culture-table td.right { color: #2a7a0a; }
