/* ==========================================================================
   Stacked Pro landing page (/pro) — template-pro-landing.php
   Standalone stylesheet (enqueued in head) so combined.css and the
   article.css purge build are untouched. All classes are shp- prefixed to
   stay clear of combined.css selectors.
   The page sits inside the site's .container (1369px + 1px black side
   rules); .shp-inner carries the editorial gutter padding.
   Tokens follow the site design system: cream #f7f1e6 (body), ink #11181C,
   Pro orange #FC9046, borders #ddd6cc/#ccc6ba, gascogne-serial + whyte.
   ========================================================================== */

.shp {
  color: #11181C;
}

/* NOTE: this reset is (0,1,1) specific — any link class that needs a color
   DIFFERENT from its parent must be written as `.shp a.<class>` to win. */
.shp a {
  color: inherit;
  text-decoration: none;
}

.shp-inner {
  padding: 0 clamp(20px, 4vw, 64px) 56px;
}

.shp-section {
  padding-top: clamp(46px, 6vw, 76px);
}

.shp-section.shp-flag {
  padding-top: clamp(34px, 5vw, 58px);
}

/* ---- shared bits ----------------------------------------------------- */

.shp-kicker {
  font-family: 'whyte_bold', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FC9046;
  margin: 0 0 12px;
}

.shp-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  background: #FC9046;
  color: #fff;
  font-family: 'whyte_bold', sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 3px 8px 2px;
  border-radius: 2px;
  line-height: 1.5;
}

.shp-media {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #ddd6cc;
  background: repeating-linear-gradient(135deg, #ede8dc, #ede8dc 11px, #e5dfd0 11px, #e5dfd0 22px);
}

.shp-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shp-dot {
  color: #ccc6ba;
}

.shp-byline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-family: 'whyte_book', sans-serif;
  font-size: 13px;
  color: #707070;
  margin: 18px 0 0;
}

.shp a.shp-byline-author {
  font-family: 'whyte_bold', sans-serif;
  color: #11181C;
  white-space: nowrap;
  transition: color 0.15s ease;
}

.shp a.shp-byline-author:hover {
  color: #FC9046;
}

.shp a.shp-link-underline {
  font-family: 'whyte_bold', sans-serif;
  color: #11181C;
  border-bottom: 1.5px solid #FC9046;
  padding-bottom: 1px;
  transition: color 0.15s ease;
}

.shp a.shp-link-underline:hover {
  color: #FC9046;
}

.shp a.shp-link-plain {
  font-family: 'whyte_bold', sans-serif;
  color: #11181C;
  transition: color 0.15s ease;
}

.shp a.shp-link-plain:hover {
  color: #FC9046;
}

.shp a.shp-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'whyte_bold', sans-serif;
  font-size: 13px;
  color: #11181C;
  transition: gap 0.15s ease, color 0.15s ease;
}

.shp a.shp-arrow-link:hover {
  gap: 13px;
  color: #FC9046;
}

.shp-arrow-link svg {
  flex-shrink: 0;
}

.shp a.shp-arrow-link--dark {
  color: #F5F0E4;
  border-bottom: 1.5px solid #FC9046;
  padding-bottom: 3px;
}

.shp a.shp-arrow-link--dark:hover {
  color: #FC9046;
}

.shp-rule-head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #11181C;
  margin-bottom: 30px;
}

.shp-rule-head h3 {
  font-family: 'gascogne-serial', Georgia, serif;
  font-weight: 600;
  font-size: clamp(24px, 2.6vw, 30px);
  color: #11181C;
  margin: 0;
}

.shp-rule-head span {
  font-family: 'whyte_book', sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #808080;
}

/* ---- pro column flag (hero) ------------------------------------------ */

.shp-flag-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.shp-flag-main {
  max-width: 760px;
}

.shp-flag-kicker {
  letter-spacing: 0.22em;
  margin-bottom: 14px;
}

/* font-size/line-height carry !important because the sitewide "Simple
   Custom CSS and JS" snippet (#176221, "Stacked 2.0 Adam Fixes (Single
   Post)") ships `@media (min-width:374px) h1 { font-size:2.7rem !important }`
   globally — it was shrinking this headline to 27px on the live page. */
.shp h1.shp-flag-title {
  font-family: 'gascogne-serial', Georgia, serif;
  font-weight: 500;
  font-size: clamp(46px, 7vw, 82px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.015em;
  color: #11181C;
  margin: 0;
}

.shp-flag-title em {
  font-style: italic;
  color: #FC9046;
}

.shp-flag-dek {
  font-family: 'gascogne-serial', Georgia, serif;
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.45;
  color: #282826;
  max-width: 620px;
  margin: 18px 0 0;
}

.shp-flag-count {
  text-align: right;
  flex-shrink: 0;
  padding-bottom: 6px;
}

.shp-flag-count-num {
  display: block;
  font-family: 'gascogne-serial', Georgia, serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1;
  color: #11181C;
}

.shp-flag-count-label {
  display: block;
  font-family: 'whyte_book', sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #808080;
  margin-top: 6px;
}

.shp-dateline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 11px 0;
  border-top: 1px solid #11181C;
  border-bottom: 1px solid #ddd6cc;
  font-family: 'whyte_book', sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #707070;
}

.shp-dateline-place {
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.shp-dateline-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
}

/* ---- lead + rail ------------------------------------------------------ */

.shp-leadwrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: clamp(34px, 4vw, 56px);
  padding-top: clamp(30px, 4vw, 46px);
}

.shp-lead-media {
  aspect-ratio: 16 / 9;
  transition: opacity 0.15s ease;
}

.shp-lead-media:hover {
  opacity: 0.94;
}

.shp-lead-kicker {
  margin: 22px 0 12px;
}

.shp-lead-title {
  font-family: 'gascogne-serial', Georgia, serif;
  font-weight: 500;
  font-size: clamp(32px, 4.2vw, 50px);
  line-height: 1.04;
  letter-spacing: -0.015em;
  color: #11181C;
  margin: 0;
}

.shp-lead-title a:hover {
  color: #FC9046;
}

.shp-lead-dek {
  font-family: 'gascogne-serial', Georgia, serif;
  font-size: clamp(19px, 2vw, 22px);
  line-height: 1.5;
  color: #282826;
  max-width: 640px;
  margin: 18px 0 0;
}

.shp-rail {
  border-left: 1px solid #ddd6cc;
  padding-left: clamp(20px, 2.4vw, 34px);
  min-width: 0;
}

.shp-rail-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 2px solid #11181C;
  margin-bottom: 6px;
}

.shp-rail-head h3 {
  font-family: 'gascogne-serial', Georgia, serif;
  font-weight: 600;
  font-size: 21px;
  color: #11181C;
  margin: 0;
}

.shp-rail-head span {
  font-family: 'whyte_book', sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #808080;
}

.shp-rail-item {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #ddd6cc;
  transition: opacity 0.15s ease;
}

.shp-rail-item:hover {
  opacity: 0.7;
}

.shp-rail-kicker {
  display: block;
  font-family: 'whyte_book', sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FC9046;
  margin-bottom: 6px;
}

.shp-rail-title {
  display: block;
  font-family: 'gascogne-serial', Georgia, serif;
  font-size: 18px;
  line-height: 1.25;
  color: #11181C;
}

.shp-rail .shp-arrow-link {
  padding-top: 16px;
}

/* ---- cards (editor's picks) -------------------------------------------- */

.shp-picks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 2.6vw, 40px);
}

.shp-card {
  display: block;
  min-width: 0;
  transition: opacity 0.15s ease;
}

.shp-card:hover {
  opacity: 0.93;
}

/* 16:9 (not the mock's 3:2): the real featured illustrations are 16:9
   compositions with the black STACKED band — 3:2 cropped their sides and
   kept the bars. */
.shp-card .shp-media {
  aspect-ratio: 16 / 9;
}

.shp-card-kicker {
  display: block;
  font-family: 'whyte_bold', sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FC9046;
  margin: 14px 0 8px;
}

.shp-card-title {
  font-family: 'gascogne-serial', Georgia, serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.2;
  color: #11181C;
  margin: 0;
}

.shp-card-title a:hover {
  color: #FC9046;
}

.shp-pick .shp-card-title {
  font-size: 23px;
  line-height: 1.15;
}

.shp a.shp-card-dek {
  font-family: 'whyte_book', sans-serif;
  font-size: 13px;
  line-height: 1.55;
  color: #707070;
  margin: 9px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* same specificity as the base dek rule; wins by source order */
.shp-pick a.shp-card-dek {
  font-size: 14px;
}

.shp-card-meta {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: 'whyte_book', sans-serif;
  font-size: 11.5px;
  color: #808080;
  margin: 12px 0 0;
}

.shp a.shp-card-author {
  font-family: 'whyte_book', sans-serif;
  color: #11181C;
  white-space: nowrap;
  transition: color 0.15s ease;
}

.shp a.shp-card-author:hover {
  color: #FC9046;
}

/* ---- how we work (dark methodology panel) ------------------------------- */

.shp-how {
  background: var(--black-color, #000);
  color: #F5F0E4;
  padding: clamp(34px, 5vw, 64px);
}

.shp-how-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px 40px;
  flex-wrap: wrap;
}

.shp-how-main {
  max-width: 780px;
}

.shp-how-kicker {
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}

.shp-how-title {
  font-family: 'gascogne-serial', Georgia, serif;
  font-weight: 500;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: #F5F0E4;
  margin: 0;
}

.shp-how-blurb {
  font-family: 'gascogne-serial', Georgia, serif;
  font-size: clamp(17px, 1.9vw, 20px);
  line-height: 1.5;
  color: #ccc6ba;
  max-width: 660px;
  margin: 18px 0 0;
}

.shp-how-top .shp-arrow-link--dark {
  flex-shrink: 0;
}

.shp-how-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(34px, 4vw, 52px);
  border-top: 1px solid #333;
}

.shp-how-point {
  padding: 26px 32px 4px;
  border-left: 1px solid #333;
}

.shp-how-point:first-child {
  padding-left: 0;
  border-left: 0;
}

.shp-how-point:last-child {
  padding-right: 0;
}

.shp-how-num {
  display: block;
  font-family: 'gascogne-serial', Georgia, serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  color: #FC9046;
  margin-bottom: 14px;
}

.shp-how-point h4 {
  font-family: 'whyte_bold', sans-serif;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #F5F0E4;
  margin: 0 0 8px;
}

.shp-how-point p {
  font-family: 'whyte_book', sans-serif;
  font-size: 13.5px;
  line-height: 1.55;
  color: #808080;
  margin: 0;
}

/* ---- most read --------------------------------------------------------- */

.shp-mostread {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 clamp(40px, 5vw, 72px);
}

.shp-mostread-item {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 22px 0;
  border-bottom: 1px solid #ddd6cc;
  transition: opacity 0.15s ease;
}

.shp-mostread-item:hover {
  opacity: 0.7;
}

.shp-mostread-num {
  font-family: 'gascogne-serial', Georgia, serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 0.9;
  color: #FC9046;
  min-width: 42px;
}

.shp-mostread-kicker {
  display: block;
  font-family: 'whyte_book', sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #808080;
  margin-bottom: 6px;
}

.shp-mostread-title {
  display: block;
  font-family: 'gascogne-serial', Georgia, serif;
  font-size: 20px;
  line-height: 1.22;
  color: #11181C;
}

/* ---- browse by series ---------------------------------------------------- */

.shp-series-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px 24px;
  flex-wrap: wrap;
  padding-bottom: 18px;
  border-bottom: 1px solid #11181C;
}

.shp-series-kicker {
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}

.shp-series-head h3 {
  font-family: 'gascogne-serial', Georgia, serif;
  font-weight: 600;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1;
  color: #11181C;
  margin: 0;
}

.shp-series-dek {
  font-family: 'gascogne-serial', Georgia, serif;
  font-size: 18px;
  line-height: 1.45;
  color: #707070;
  max-width: 420px;
  margin: 0;
}

.shp-series-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 clamp(40px, 5vw, 80px);
}

.shp-series-block {
  border-top: 1px solid #11181C;
  padding: 24px 0 28px;
}

/* First two blocks sit flush under the section head rule */
.shp-series-block:nth-child(-n+2) {
  border-top: 0;
}

.shp-series-row {
  display: flex;
  align-items: baseline;
  gap: 18px;
}

.shp-series-num {
  font-family: 'gascogne-serial', Georgia, serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 0.9;
  color: #FC9046;
  min-width: 46px;
}

.shp-series-body {
  flex: 1;
  min-width: 0;
}

.shp-series-titlerow {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.shp-series-titlerow h4 {
  font-family: 'gascogne-serial', Georgia, serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.08;
  color: #11181C;
  margin: 0;
}

.shp-series-titlerow h4 a:hover {
  color: #FC9046;
}

.shp-series-count {
  font-family: 'whyte_book', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #808080;
  white-space: nowrap;
}

.shp-series-desc {
  font-family: 'whyte_book', sans-serif;
  font-size: 13.5px;
  line-height: 1.5;
  color: #707070;
  margin: 8px 0 0;
}

.shp-series-episodes {
  margin-top: 16px;
  padding-left: 64px;
}

.shp-series-episode {
  display: flex;
  gap: 14px;
  align-items: baseline;
  padding: 10px 0;
  border-top: 1px solid #ddd6cc;
  transition: opacity 0.15s ease;
}

.shp-series-episode:hover {
  opacity: 0.6;
}

.shp-series-episode-title {
  font-family: 'gascogne-serial', Georgia, serif;
  font-size: 16px;
  line-height: 1.3;
  color: #11181C;
  flex: 1;
}

.shp-series-episode-date {
  font-family: 'whyte_book', sans-serif;
  font-size: 11.5px;
  color: #808080;
  white-space: nowrap;
}

.shp a.shp-series-viewall {
  margin-top: 12px;
  font-size: 12.5px;
}

/* ---- beyond the series ----------------------------------------------------- */

.shp-beyond-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px 24px;
  flex-wrap: wrap;
  padding-bottom: 16px;
  border-bottom: 1px solid #11181C;
}

.shp-beyond-head h3 {
  font-family: 'gascogne-serial', Georgia, serif;
  font-weight: 600;
  font-size: clamp(24px, 2.8vw, 32px);
  color: #11181C;
  margin: 0;
}

.shp-beyond-head span {
  font-family: 'whyte_book', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #808080;
  max-width: 360px;
  text-align: right;
}

.shp-beyond-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 2.6vw, 40px);
  margin-top: 30px;
}

.shp-beyond-card {
  display: block;
  min-width: 0;
  transition: opacity 0.15s ease;
}

.shp-beyond-card:hover {
  opacity: 0.75;
}

.shp-beyond-card .shp-media {
  aspect-ratio: 16 / 9;
  margin-bottom: 14px;
}

.shp-beyond-kicker {
  display: block;
  font-family: 'whyte_bold', sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #808080;
  margin-bottom: 9px;
}

.shp-beyond-title {
  font-family: 'gascogne-serial', Georgia, serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.2;
  color: #11181C;
  margin: 0;
}

.shp-beyond-date {
  display: block;
  font-family: 'whyte_book', sans-serif;
  font-size: 11.5px;
  color: #808080;
  margin-top: 11px;
}

/* ---- archive button ------------------------------------------------------- */

.shp-archive-foot {
  display: flex;
  justify-content: center;
}

.shp a.shp-outline-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'whyte_bold', sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #11181C;
  border: 1px solid #11181C;
  padding: 13px 26px;
  transition: background 0.15s ease, color 0.15s ease;
}

.shp a.shp-outline-btn:hover {
  background: #11181C;
  color: #f7f1e6;
}

/* ---- membership module ---------------------------------------------------- */

.shp-member {
  border: 1px solid #11181C;
  background: #ede8dc;
  padding: clamp(34px, 5vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(30px, 4vw, 60px);
  align-items: center;
}

.shp-member .shp-member-logo {
  display: block;
  width: auto;
  height: 30px;
  margin: 0 0 18px;
}

.shp-member-title {
  font-family: 'gascogne-serial', Georgia, serif;
  font-weight: 500;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.06;
  letter-spacing: -0.01em;
  color: #11181C;
  margin: 0;
  max-width: 560px;
}

.shp-member-ticks {
  display: flex;
  gap: 12px 26px;
  flex-wrap: wrap;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.shp-member-ticks li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: 'whyte_book', sans-serif;
  font-size: 13.5px;
  color: #282826;
}

.shp-member-ticks svg {
  flex-shrink: 0;
}

.shp-member-cta {
  text-align: center;
}

.shp a.shp-member-btn {
  display: block;
  background: #FC9046;
  color: #fff;
  font-family: 'whyte_bold', sans-serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 18px 24px;
  transition: background 0.15s ease;
}

.shp a.shp-member-btn:hover {
  background: #e57f3a;
  color: #fff;
}

.shp-member-login {
  font-family: 'whyte_book', sans-serif;
  font-size: 13px;
  color: #707070;
  margin: 16px 0 0;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1024px) {
  .shp-leadwrap {
    grid-template-columns: 1fr;
  }

  .shp-rail {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid #11181C;
    padding-top: 26px;
  }

  .shp-picks {
    grid-template-columns: repeat(2, 1fr);
  }

  .shp-beyond-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .shp-series-grid {
    grid-template-columns: 1fr;
  }

  /* Single column: only the very first block hides its top rule */
  .shp-series-block:nth-child(2) {
    border-top: 1px solid #11181C;
  }

  .shp-series-dek {
    max-width: none;
  }
}

@media (max-width: 860px) {
  .shp-member {
    grid-template-columns: 1fr;
  }

  .shp-member-cta {
    text-align: left;
  }

  .shp a.shp-member-btn {
    display: inline-block;
    padding: 16px 38px;
  }
}

@media (max-width: 768px) {
  /* Tighter vertical rhythm — the hero was filling the whole first screen */
  .shp-section {
    padding-top: 34px;
  }

  .shp-section.shp-flag {
    padding-top: 22px;
  }

  .shp-leadwrap {
    padding-top: 26px;
  }

  .shp-flag-row {
    gap: 16px;
  }

  .shp-flag-kicker {
    font-size: 10.5px;
    letter-spacing: 0.16em;
    margin-bottom: 10px;
  }

  .shp-flag-dek {
    font-size: 17px;
    line-height: 1.42;
    margin-top: 12px;
  }

  /* Count becomes one inline row instead of a stacked tower */
  .shp-flag-count {
    text-align: left;
    padding-bottom: 0;
    display: flex;
    align-items: baseline;
    gap: 10px;
  }

  .shp-flag-count-num {
    font-size: 34px;
  }

  .shp-flag-count-label {
    margin-top: 0;
    font-size: 10.5px;
  }

  .shp-flag-count-label br {
    display: none;
  }

  .shp-dateline {
    margin-top: 16px;
    padding: 9px 0;
    font-size: 11px;
  }

  .shp-mostread {
    grid-template-columns: 1fr;
  }

  .shp-mostread-item:last-child {
    border-bottom: 0;
  }

  .shp-how-points {
    grid-template-columns: 1fr;
  }

  .shp-how-point {
    padding: 22px 0 4px;
    border-left: 0;
    border-top: 1px solid #333;
  }

  .shp-how-point:first-child {
    border-top: 0;
    padding-top: 26px;
  }

  .shp-beyond-head span {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .shp-picks {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .shp-beyond-grid {
    grid-template-columns: 1fr;
  }

  /* Number sits on its own line so title, blurb and episode rows all share
     one flush left edge (inline number left the text indented ~64px while
     episodes sat at 0). */
  .shp-series-row {
    display: block;
  }

  .shp-series-num {
    display: block;
    min-width: 0;
    margin-bottom: 12px;
  }

  .shp-series-episodes {
    padding-left: 0;
  }

  .shp-member-ticks {
    flex-direction: column;
    align-items: flex-start;
  }
}
