*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background: #fff;
  color: #111;
  -webkit-font-smoothing: antialiased;
  margin-top: 45px;
  overflow-x: hidden;
}

.story {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 24px 96px;
}

.story-flag {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 36px 0 14px;
  border-bottom: 3px solid #111;
  margin-bottom: 24px;
}
.flag-tag {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #fff;
  background: #111;
  padding: 5px 9px 4px;
  flex-shrink: 0;
}
.flag-pub { font-size: 12px; color: #aaa; }

.story-hed {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.1;
  color: #111;
  margin: 0 0 16px;
  letter-spacing: -.02em;
}

.story-dek {
  font-size: 18px;
  line-height: 1.55;
  color: #555;
  font-style: italic;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}

.story-byline {
  font-size: 12px;
  color: #888;
  padding: 10px 0 28px;
}
.story-byline b { color: #333; font-weight: 700; }

p {
  font-size: 17px;
  line-height: 1.80;
  color: #333;
  margin: 0 0 22px;
}
p.lead { font-size: 19px; line-height: 1.68; color: #222; }
p strong { font-weight: 700; color: #111; }

h2 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #222;
  margin: 52px 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
h2::before {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background: #326891;
  margin-bottom: 10px;
  box-shadow: 44px 0 0 0 rgba(50,104,145,0.28);
}

blockquote {
  position: relative;
  margin: 40px 0;
  padding: 16px 24px 20px 50px;
  border-left: none;
  font-size: 22px;
  line-height: 1.65;
  color: #2a2a2a;
  font-style: italic;
}
blockquote::before {
  content: '\201C';
  position: absolute;
  top: -14px;
  left: 0;
  font-size: 100px;
  font-weight: 900;
  color: #326891;
  opacity: 0.18;
  line-height: 1;
  font-style: normal;
  font-family: Georgia, 'Times New Roman', serif;
  pointer-events: none;
}

.pull-stat {
  position: relative;
  margin: 36px 0;
  padding: 28px 24px 24px;
  background: #f8f8f6;
  border-top: 3px solid #326891;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 20px;
}
.ps-watermark {
  position: absolute;
  font-size: 150px;
  font-weight: 900;
  color: #326891;
  opacity: 0.055;
  line-height: 1;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.03em;
}
.ps-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  flex: 1;
}
.ps-num {
  font-size: 52px;
  font-weight: 900;
  color: #326891;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
}
.ps-text { font-size: 16px; line-height: 1.55; color: #444; padding-top: 3px; }
.ps-text strong { color: #111; }

.chart-block { margin: 40px 0; }
.chart-caption {
  font-size: 12px;
  color: #888;
  line-height: 1.5;
  margin-top: 10px;
  font-style: italic;
}
.chart-source { font-size: 11px; color: #bbb; margin-top: 4px; }

hr.section-end { border: none; border-top: 1px solid #ddd; margin: 56px 0; }

.methodology { border-top: 3px solid #111; padding-top: 22px; margin-top: 60px; }
.methodology h3 {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .13em;
  color: #aaa;
  margin-bottom: 16px;
}
.methodology p { font-size: 14px; color: #666; line-height: 1.70; margin-bottom: 14px; }
.methodology p em { font-style: italic; }

.article-credit {
  border-top: 1px solid #e0e0e0;
  margin-top: 44px;
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
}
.credit-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.credit-label {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .13em;
  color: #bbb;
}
.credit-names {
  font-size: 13px;
  font-weight: 700;
  color: #333;
}
.credit-date {
  font-size: 12px;
  color: #888;
}
.credit-link {
  font-size: 13px;
  color: #326891;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(50,104,145,0.35);
  transition: opacity .2s;
}
.credit-link:hover { opacity: 0.7; }

.survey-section {
  background-color: #f5f5f3;
  background-image: radial-gradient(circle, rgba(50,104,145,0.10) 1px, transparent 1px);
  background-size: 20px 20px;
  margin: 36px -24px;
  padding: 28px 24px 32px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.survey-eyebrow {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #326891;
  margin-bottom: 8px;
}
.survey-title {
  font-size: 20px;
  font-weight: 800;
  color: #111;
  margin-bottom: 6px;
  letter-spacing: -.01em;
}
.survey-desc { font-size: 14px; color: #666; margin-bottom: 20px; line-height: 1.5; }

.sq-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: border-color .2s, box-shadow .2s;
  overflow: hidden;
  user-select: none;
}
.sq-card:hover { border-color: #326891; box-shadow: 0 2px 8px rgba(50,104,145,.10); }
.sq-card.open { border-color: #326891; border-left: 3px solid #326891; }

.sq-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
}
.sq-num {
  font-size: 11px;
  font-weight: 900;
  color: #326891;
  width: 22px;
  flex-shrink: 0;
  letter-spacing: .02em;
}
.sq-text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  line-height: 1.45;
}
.sq-hint {
  font-size: 11px;
  color: #aaa;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.sq-arrow {
  display: inline-block;
  transition: transform .3s;
  font-size: 12px;
}
.sq-card.open .sq-arrow { transform: rotate(180deg); }

.sq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s ease, opacity .3s ease;
  opacity: 0;
}
.sq-card.open .sq-body {
  max-height: 600px;
  opacity: 1;
}
.sq-body-inner {
  padding: 0 16px 18px;
  border-top: 1px solid #f0f0f0;
}

.sq-bar-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.sq-bar-label {
  font-size: 12px;
  color: #555;
  flex: 0 0 44%;
  line-height: 1.35;
}
.sq-bar-track {
  flex: 1;
  height: 9px;
  background: #ececec;
  border-radius: 5px;
  overflow: hidden;
}
.sq-bar-fill {
  height: 100%;
  width: 0;
  border-radius: 5px;
  transition: width .6s ease .15s;
}
.sq-card.open .sq-bar-fill { width: var(--w); }
.sq-bar-pct {
  font-size: 12px;
  font-weight: 700;
  width: 40px;
  text-align: right;
  flex-shrink: 0;
}
.sq-stat {
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
  font-size: 12.5px;
  color: #555;
  font-style: italic;
  line-height: 1.5;
}
.sq-stat strong { color: #111; font-style: normal; }

.sq-scale {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.sq-scale-track {
  flex: 1;
  height: 10px;
  background: #ececec;
  border-radius: 5px;
  position: relative;
  overflow: visible;
}
.sq-scale-fill {
  height: 100%;
  background: #378ADD;
  border-radius: 5px;
  width: 0;
  transition: width .7s ease .15s;
}
.sq-card.open .sq-scale-fill { width: var(--w); }
.sq-scale-dot {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #326891;
  border: 2px solid #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  left: var(--dot);
  transition: left .7s ease .15s;
}
.sq-scale-score {
  font-size: 22px;
  font-weight: 900;
  color: #326891;
  flex-shrink: 0;
  min-width: 50px;
  text-align: right;
}
.sq-scale-sub {
  font-size: 11px;
  color: #888;
  margin-top: 6px;
  line-height: 1.4;
}

.story-breakout-img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 1280px;
  margin: 36px 0;
  line-height: 0;
}
.story-breakout-img img {
  display: block;
  width: 100%;
  height: auto;
}

.sp-sticky-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 45px !important;
    background-color: #000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    z-index: 99999 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5) !important;
    font-family: Arial, sans-serif !important;
}
.sp-nav-left, .sp-nav-right {
    display: flex;
    align-items: center;
    height: 100%;
}
.sp-back-to-soha-new {
    display: flex; align-items: center; justify-content: center;
    width: 45px; height: 45px;
    background-color: #007f74; color: white; font-size: 18px; cursor: pointer;
}
.sp-back-to-soha-new:hover { background-color: #00665d; }
.emg-icon-svg { fill: currentColor; width: 20px; height: 20px; }
.sp-mag-logo-new { margin-left: 15px; display: flex; align-items: center; }
.sp-mag-logo-new img { height: 24px; width: auto; display: block; }
.sp-center-logo {
    position: absolute; left: 50%; transform: translateX(-50%);
    pointer-events: none; user-select: none;
    display: flex; align-items: center; justify-content: center;
}
.sp-center-logo img { height: 26px; width: auto; display: block; }
.sp-mobile-emag-logo {
    display: none;
    height: 24px; width: auto;
    margin-right: 15px;
}
.sp-fb-btn {
    display: flex; align-items: center; gap: 6px; color: white;
    font-size: 13px; font-weight: bold; cursor: pointer; opacity: 0.9;
    margin-right: 15px;
    text-decoration: none;
}
.sp-fb-btn:hover { opacity: 1; text-decoration: underline; }

@media (max-width: 768px) {
    .sp-center-logo,
    .sp-fb-btn { display: none !important; }
    .sp-mobile-emag-logo { display: block !important; }
}