@import url('/assets/sarge-editorial-2026.css');

.shift-handoff-page {
  --shift-ink: #202d2a;
  --shift-green: #315d50;
  --shift-copper: #9b4c2c;
  --shift-paper: #f6f1e8;
  --shift-focus: #f4b942;
}

.shift-handoff-page .article-header {
  padding-top: clamp(38px, 6vw, 68px);
}

.shift-handoff-page .article-header::before {
  content: "";
  display: block;
  width: 72px;
  height: 7px;
  margin-bottom: 24px;
  background: var(--shift-copper);
}

.shift-handoff-page .article-header h1 {
  max-width: 17ch;
  color: var(--shift-ink);
  font-size: clamp(38px, 6vw, 67px);
  line-height: 1.02;
}

.shift-handoff-page .standfirst {
  max-width: 44rem;
  color: #35433f;
  font-size: clamp(19px, 2.2vw, 24px);
}

.shift-handoff-page .hero-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px 3px 18px 3px;
}

.shift-handoff-page .hero-figure figcaption {
  max-width: 55rem;
  margin: 12px auto 0;
  color: #555e5b;
  font: 14px/1.55 Arial, Helvetica, sans-serif;
}

.shift-handoff-page .article-body h2 {
  margin-top: clamp(42px, 6vw, 66px);
  color: var(--shift-green);
  font-size: clamp(27px, 4vw, 38px);
}

.shift-handoff-page .article-body a {
  color: #8a3524;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.shift-handoff-page .article-body a:hover { color: var(--shift-green); }
.shift-handoff-page .article-body a:focus-visible {
  outline: 3px solid var(--shift-focus);
  outline-offset: 3px;
}

.shift-handoff-page .handoff-strip {
  margin: 44px 0 36px;
  border-left: 7px solid var(--shift-green);
  background: var(--shift-paper);
  padding: 24px 26px 20px;
}

.shift-handoff-page .handoff-strip h2 {
  margin: 0 0 16px;
  color: var(--shift-ink);
  font-size: clamp(24px, 3.2vw, 31px);
}

.shift-handoff-page .handoff-strip ol { margin: 0; padding-left: 1.4rem; }
.shift-handoff-page .handoff-strip li { margin: 10px 0; padding-left: 6px; }
.shift-handoff-page .handoff-strip span { color: var(--shift-copper); font-weight: 700; }

.shift-handoff-page .conclusion {
  margin-top: 46px;
  border-top: 2px solid #b5c1bd;
  padding-top: 24px;
  color: var(--shift-ink);
}

@media (max-width: 520px) {
  .shift-handoff-page .article-header { padding-top: 30px; }
  .shift-handoff-page .hero-figure img { border-radius: 12px 2px 12px 2px; }
  .shift-handoff-page .handoff-strip { padding: 20px 18px 16px; }
}
