/* FridayPosts Homepage V9
   Premium white-background magazine system
   Loads after homepage-v8.css and intentionally overrides its visual language.
*/

.fp-home-v9 {
  --fp-red: #cf111c;
  --fp-red-deep: #9f0d15;
  --fp-ink: #111214;
  --fp-charcoal: #2a2c31;
  --fp-muted: #6e727a;
  --fp-line: #e2e4e8;
  --fp-soft: #f5f5f3;
  --fp-soft-red: #fff5f5;
  --fp-paper: #fff;
  --fp-serif: Georgia, 'Times New Roman', serif;
  --fp-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  background: var(--fp-paper);
  color: var(--fp-ink);
  font-family: var(--fp-sans);
  padding-bottom: 3rem;
}

.fp-home-v9 *,
.fp-home-v9 *::before,
.fp-home-v9 *::after { box-sizing: border-box; }

.fp-home-v9 a { color: inherit; text-decoration: none; }
.fp-home-v9 a:hover { color: var(--fp-red); }
.fp-home-v9 img { display: block; max-width: 100%; }
.fp-home-v9 button,
.fp-home-v9 input { font: inherit; }
.fp-home-v9 a:focus-visible,
.fp-home-v9 button:focus-visible,
.fp-home-v9 input:focus-visible {
  outline: 3px solid rgba(207,17,28,.25);
  outline-offset: 3px;
}

.fp-home-v9 .fp-home-width {
  width: min(calc(100% - 44px), var(--fp-home-max, 1360px)) !important;
  max-width: var(--fp-home-max, 1360px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ---------------------------------------------------------
   Ads: discreet, high-value, not visually dominant
--------------------------------------------------------- */
.fp-home-v9 .fp-home-ad {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.fp-home-v9 .fp-home-ad--leaderboard {
  border-top: 1px solid var(--fp-line);
  border-bottom: 1px solid var(--fp-line);
  padding: .8rem 0;
}
.fp-home-v9 .fp-home-house-ad {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.1rem;
  background: #fafafa;
  border: 1px solid var(--fp-line);
  padding: 1rem 1.2rem;
}
.fp-home-v9 .fp-home-house-ad span {
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--fp-muted);
}
.fp-home-v9 .fp-home-house-ad strong {
  font-family: var(--fp-serif);
  font-size: 1.08rem;
}
.fp-home-v9 .fp-home-house-ad a {
  color: var(--fp-red);
  font-weight: 700;
  font-size: .85rem;
}

/* ---------------------------------------------------------
   Daily edition + editorial identity
--------------------------------------------------------- */
.fp-home-v9 .fp-home-v9-edition {
  display: grid !important;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 1.5rem;
  border-top: 1px solid var(--fp-line);
  border-bottom: 1px solid var(--fp-line);
  padding: 12px 0 !important;
  margin-top: 10px;
  background: transparent !important;
}
.fp-home-v9 .fp-home-date {
  display: flex;
  flex-direction: column;
  gap: .15rem;
}
.fp-home-v9 .fp-home-date span {
  font-size: .64rem;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--fp-red);
  font-weight: 800;
}
.fp-home-v9 .fp-home-date b {
  font-size: .83rem;
  color: var(--fp-charcoal);
}
.fp-home-v9 .fp-home-daily-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .4rem 1rem;
}
.fp-home-v9 .fp-home-daily-copy strong {
  font-family: var(--fp-serif);
  font-size: 1rem;
  font-weight: 700;
}
.fp-home-v9 .fp-home-daily-copy span {
  font-size: .78rem;
  color: var(--fp-muted);
}
.fp-home-v9 .fp-home-daily-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}
.fp-home-v9 .fp-home-daily-links a {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 800;
}
.fp-home-v9 .fp-home-daily-links a:last-child {
  border: 1px solid var(--fp-ink);
  padding: .58rem .82rem;
}
.fp-home-v9 .fp-home-daily-links a:last-child:hover {
  background: var(--fp-ink);
  color: #fff;
}

/* ---------------------------------------------------------
   Editorial identity / brand promise
   Deliberately contains no advertising. The homepage_top ad
   renders above the daily edition strip, not inside this block.
--------------------------------------------------------- */
.fp-home-v9 .fp-home-v9-identity {
  margin-top: 24px;
  padding: 28px 0 30px;
  display: grid;
  grid-template-columns: minmax(360px, 1.18fr) minmax(360px, 1fr) minmax(210px, .52fr);
  gap: clamp(1.5rem, 3vw, 3.2rem);
  align-items: start;
  border-top: 1px solid var(--fp-line);
  border-bottom: 3px solid var(--fp-ink);
}
.fp-home-v9 .fp-home-v9-identity-lead {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  min-width: 0;
}
.fp-home-v9 .fp-home-v9-identity-eyebrow,
.fp-home-v9 .fp-home-v9-identity-label {
  font-size: .64rem;
  line-height: 1.2;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--fp-red);
  font-weight: 900;
}
.fp-home-v9 .fp-home-v9-identity-lead strong {
  display: block;
  max-width: 15ch;
  font-family: var(--fp-serif);
  font-size: clamp(2rem, 3vw, 3.05rem);
  line-height: .99;
  letter-spacing: -.025em;
}
.fp-home-v9 .fp-home-v9-identity-promise {
  min-width: 0;
  padding-left: clamp(1.25rem, 2.5vw, 2.4rem);
  border-left: 1px solid var(--fp-line);
}
.fp-home-v9 .fp-home-v9-identity-promise p {
  margin: .72rem 0 0;
  max-width: 46ch;
  font-family: var(--fp-serif);
  font-size: clamp(1.05rem, 1.25vw, 1.25rem);
  line-height: 1.52;
  color: var(--fp-charcoal);
}
.fp-home-v9 .fp-home-v9-identity-action {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: .7rem;
  min-width: 0;
}
.fp-home-v9 .fp-home-v9-identity-action > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .9rem 1.15rem;
  background: var(--fp-red);
  color: #fff;
  font-size: .77rem;
  line-height: 1.1;
  letter-spacing: .045em;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}
.fp-home-v9 .fp-home-v9-identity-action > a:hover {
  background: var(--fp-red-deep);
  color: #fff;
}
.fp-home-v9 .fp-home-v9-identity-action small {
  display: block;
  color: var(--fp-muted);
  font-size: .72rem;
  line-height: 1.45;
  text-align: center;
}

/* ---------------------------------------------------------
   Five-pillar navigation strip
--------------------------------------------------------- */
.fp-home-v9 .fp-home-v9-pillar-nav {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-bottom: 1px solid var(--fp-line);
  margin-top: 0;
  background: #fff;
}
.fp-home-v9 .fp-home-v9-pillar-link {
  min-width: 0;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: .75rem;
  align-items: center;
  padding: 17px 14px 18px;
  border-right: 1px solid var(--fp-line);
  position: relative;
  transition: background .2s ease, color .2s ease;
}
.fp-home-v9 .fp-home-v9-pillar-link:first-child { border-left: 1px solid var(--fp-line); }
.fp-home-v9 .fp-home-v9-pillar-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: transparent;
  transform: scaleX(.3);
  transition: transform .2s ease, background .2s ease;
}
.fp-home-v9 .fp-home-v9-pillar-link:hover {
  background: var(--fp-soft);
  color: var(--fp-ink);
}
.fp-home-v9 .fp-home-v9-pillar-link:hover::after {
  background: var(--fp-red);
  transform: scaleX(1);
}
.fp-home-v9 .fp-home-v9-pillar-no {
  font-family: var(--fp-serif);
  font-size: 1.1rem;
  color: var(--fp-red);
  font-weight: 700;
}
.fp-home-v9 .fp-home-v9-pillar-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: .22rem;
}
.fp-home-v9 .fp-home-v9-pillar-copy strong {
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 900;
}
.fp-home-v9 .fp-home-v9-pillar-copy small {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--fp-muted);
  font-size: .68rem;
}

/* ---------------------------------------------------------
   Generic section titles
--------------------------------------------------------- */
.fp-home-v9 .fp-home-section-cap,
.fp-home-v9 .fp-home-v9-section-cap {
  min-height: 42px;
  display: flex !important;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 14px !important;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--fp-ink) !important;
}
.fp-home-v9 .fp-home-section-cap h2,
.fp-home-v9 .fp-home-v9-section-cap h2 {
  margin: 0;
  font-family: var(--fp-serif);
  font-size: clamp(1.4rem, 2vw, 2rem) !important;
  line-height: 1;
  font-weight: 700;
}
.fp-home-v9 .fp-home-section-cap > span,
.fp-home-v9 .fp-home-v9-section-cap > a,
.fp-home-v9 .fp-home-v9-section-cap small {
  font-size: .67rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--fp-muted);
  font-weight: 800;
}
.fp-home-v9 .fp-home-section-cap > a:hover { color: var(--fp-red); }
.fp-home-v9 .fp-home-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 .5rem;
  color: var(--fp-red) !important;
  font-size: .62rem !important;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 900 !important;
}
.fp-home-v9 .fp-home-meta,
.fp-home-v9 article small {
  color: var(--fp-muted);
  font-size: .7rem;
}

/* ---------------------------------------------------------
   Top package / cover story
--------------------------------------------------------- */
.fp-home-v9 .fp-home-v9-top-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.68fr) minmax(250px, .86fr) minmax(210px, .54fr);
  gap: 28px;
  align-items: start;
  padding-top: 30px;
  margin-bottom: 36px;
}
.fp-home-v9 .fp-home-v9-top-grid > * { min-width: 0; }
.fp-home-v9 .fp-home-lead-column,
.fp-home-v9 .fp-home-support-column,
.fp-home-v9 .fp-home-right-rail { min-width: 0; }
.fp-home-v9 .fp-home-v9-lead-story {
  margin: 0;
}
.fp-home-v9 .fp-home-v9-lead-story .fp-home-lead-media {
  display: block;
  margin-bottom: 18px;
  overflow: hidden;
  background: var(--fp-soft);
}
.fp-home-v9 .fp-home-v9-lead-story .fp-home-lead-media img {
  width: 100%;
  aspect-ratio: 16 / 9.2;
  object-fit: cover;
  transition: transform .35s ease;
}
.fp-home-v9 .fp-home-v9-lead-story .fp-home-lead-media:hover img { transform: scale(1.015); }
.fp-home-v9 .fp-home-v9-lead-story h1 {
  margin: .1rem 0 .65rem;
  font-family: var(--fp-serif);
  font-size: clamp(2.35rem, 4.25vw, 4.4rem) !important;
  line-height: .98 !important;
  letter-spacing: -.035em;
  font-weight: 700;
}
.fp-home-v9 .fp-home-v9-lead-story h1 a:hover { color: var(--fp-red); }
.fp-home-v9 .fp-home-v9-lead-story p {
  max-width: 68ch;
  margin: 0 0 .85rem;
  color: var(--fp-charcoal);
  font-family: var(--fp-serif);
  font-size: 1.02rem !important;
  line-height: 1.55;
}

.fp-home-v9 .fp-home-support-column {
  border-left: 1px solid var(--fp-line);
  padding-left: 22px;
}
.fp-home-v9 .fp-home-support-story {
  display: grid !important;
  grid-template-columns: 1fr 112px;
  gap: 14px;
  padding: 14px 0;
  margin: 0 !important;
  border-bottom: 1px solid var(--fp-line);
}
.fp-home-v9 .fp-home-support-story:first-of-type { padding-top: 2px; }
.fp-home-v9 .fp-home-support-story h3 {
  margin: .15rem 0 .45rem;
  font-family: var(--fp-serif);
  font-size: 1.13rem !important;
  line-height: 1.14;
}
.fp-home-v9 .fp-home-support-story img {
  width: 112px;
  height: 88px;
  object-fit: cover;
}

.fp-home-v9 .fp-home-right-rail {
  border-left: 1px solid var(--fp-line);
  padding-left: 22px;
}
.fp-home-v9 .fp-home-v9-just-in ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fp-home-v9 .fp-home-v9-just-in li {
  border-bottom: 1px solid var(--fp-line);
}
.fp-home-v9 .fp-home-v9-just-in li a {
  display: block;
  padding: 10px 0 11px;
}
.fp-home-v9 .fp-home-v9-just-in li span {
  display: block;
  font-family: var(--fp-serif);
  font-size: .92rem;
  line-height: 1.17;
  font-weight: 700;
}
.fp-home-v9 .fp-home-v9-just-in li small {
  display: block;
  margin-top: .35rem;
  font-size: .62rem;
  color: var(--fp-red);
  text-transform: uppercase;
  letter-spacing: .05em;
}
.fp-home-v9 .fp-home-ad--rail { margin-top: 20px; }

/* ---------------------------------------------------------
   Friday Brief
--------------------------------------------------------- */
.fp-home-v9 .fp-home-v9-brief {
  margin-top: 8px;
  margin-bottom: 40px;
  padding-top: 18px;
  border-top: 4px solid var(--fp-ink);
}
.fp-home-v9 .fp-home-v9-brief .fp-home-brief-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--fp-line);
  border-bottom: 1px solid var(--fp-line);
}
.fp-home-v9 .fp-home-v9-brief-card {
  min-width: 0;
  position: relative;
  padding: 18px 18px 20px;
  border-right: 1px solid var(--fp-line);
  background: #fff;
}
.fp-home-v9 .fp-home-v9-brief-card:last-child { border-right: 0; }
.fp-home-v9 .fp-home-v9-brief-card > b {
  display: block;
  font-family: var(--fp-serif);
  font-size: 2.2rem;
  color: #d7d8db;
  line-height: .9;
  margin-bottom: .75rem;
}
.fp-home-v9 .fp-home-v9-brief-card h3 {
  margin: .2rem 0 .6rem;
  font-family: var(--fp-serif);
  font-size: 1rem;
  line-height: 1.13;
}
.fp-home-v9 .fp-home-v9-brief-card::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 18px;
  width: 44px;
  height: 3px;
  background: var(--fp-red);
}

/* ---------------------------------------------------------
   Pillar sections
--------------------------------------------------------- */
.fp-home-v9 .fp-home-v9-pillar-section {
  margin-top: 56px !important;
  margin-bottom: 62px !important;
  padding-top: 0 !important;
}
.fp-home-v9 .fp-home-v9-pillar-header {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.2fr) auto;
  gap: 2rem;
  align-items: end;
  border-top: 5px solid var(--fp-ink);
  border-bottom: 1px solid var(--fp-line);
  padding: 16px 0 14px;
  margin-bottom: 18px;
}
.fp-home-v9 .fp-home-v9-pillar-header > div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: .7rem;
  align-items: end;
}
.fp-home-v9 .fp-home-v9-pillar-header > div > span {
  grid-row: 1 / span 2;
  align-self: center;
  font-family: var(--fp-serif);
  font-size: 2.5rem;
  color: var(--fp-red);
  line-height: 1;
  font-weight: 700;
}
.fp-home-v9 .fp-home-v9-pillar-header h2 {
  margin: 0;
  font-family: var(--fp-serif);
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: .95;
  letter-spacing: -.02em;
}
.fp-home-v9 .fp-home-v9-pillar-header > div > p {
  margin: .25rem 0 0;
  color: var(--fp-red);
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 900;
}
.fp-home-v9 .fp-home-v9-pillar-header > p {
  margin: 0;
  color: var(--fp-charcoal);
  font-family: var(--fp-serif);
  font-size: .93rem;
  line-height: 1.45;
}
.fp-home-v9 .fp-home-v9-pillar-header > a {
  align-self: center;
  white-space: nowrap;
  color: var(--fp-red);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 900;
}

/* Politics + Economy lead layout */
.fp-home-v9 .fp-home-desk-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}
.fp-home-v9 .fp-home-desk-lead img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 14px;
}
.fp-home-v9 .fp-home-desk-lead h2 {
  margin: .1rem 0 .55rem;
  font-family: var(--fp-serif);
  font-size: clamp(1.85rem, 2.65vw, 2.9rem) !important;
  line-height: 1.02;
  letter-spacing: -.02em;
}
.fp-home-v9 .fp-home-desk-lead p {
  margin: 0 0 .65rem;
  color: var(--fp-charcoal);
  font-family: var(--fp-serif);
  font-size: .95rem;
  line-height: 1.5;
}
.fp-home-v9 .fp-home-desk-cards {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 22px 18px;
}
.fp-home-v9 .fp-home-desk-cards article {
  min-width: 0;
  border-bottom: 1px solid var(--fp-line);
  padding-bottom: 14px;
}
.fp-home-v9 .fp-home-desk-cards img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 10px;
}
.fp-home-v9 .fp-home-desk-cards h3 {
  margin: 0 0 .45rem;
  font-family: var(--fp-serif);
  font-size: 1.03rem;
  line-height: 1.12;
}

/* Governance */
.fp-home-v9 .fp-home-five-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 22px;
}
.fp-home-v9 .fp-home-five-grid article {
  min-width: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--fp-line);
}
.fp-home-v9 .fp-home-five-grid article.is-lead {
  grid-column: span 2;
  grid-row: span 2;
}
.fp-home-v9 .fp-home-five-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin-bottom: 11px;
}
.fp-home-v9 .fp-home-five-grid article.is-lead img { aspect-ratio: 16 / 8.8; }
.fp-home-v9 .fp-home-five-grid h3 {
  margin: .1rem 0 .5rem;
  font-family: var(--fp-serif);
  font-size: 1.08rem;
  line-height: 1.12;
}
.fp-home-v9 .fp-home-five-grid article.is-lead h3 {
  font-size: clamp(1.8rem, 2.6vw, 2.75rem);
  line-height: 1.02;
}
.fp-home-v9 .fp-home-five-grid p {
  margin: 0 0 .55rem;
  font-family: var(--fp-serif);
  color: var(--fp-charcoal);
  line-height: 1.5;
}

/* Leadership */
.fp-home-v9 .fp-home-feature-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, .85fr);
  gap: 28px;
  align-items: stretch;
}
.fp-home-v9 .fp-home-feature-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  background: var(--fp-ink);
  color: #fff;
  min-height: 390px;
  overflow: hidden;
}
.fp-home-v9 .fp-home-feature-card > a,
.fp-home-v9 .fp-home-feature-card > a img { height: 100%; }
.fp-home-v9 .fp-home-feature-card > a img {
  width: 100%;
  object-fit: cover;
}
.fp-home-v9 .fp-home-feature-card > div {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fp-home-v9 .fp-home-feature-card h2 {
  margin: .1rem 0 .8rem;
  font-family: var(--fp-serif);
  font-size: clamp(1.8rem, 2.5vw, 2.75rem) !important;
  line-height: 1.02;
}
.fp-home-v9 .fp-home-feature-card p {
  color: #d6d6d6;
  font-family: var(--fp-serif);
  line-height: 1.5;
}
.fp-home-v9 .fp-home-feature-card small { color: #aeb0b5; }
.fp-home-v9 .fp-home-feature-list {
  display: grid !important;
  gap: 0;
  border-top: 1px solid var(--fp-line);
}
.fp-home-v9 .fp-home-feature-list article {
  display: grid !important;
  grid-template-columns: 105px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--fp-line);
}
.fp-home-v9 .fp-home-feature-list img {
  width: 105px;
  height: 78px;
  object-fit: cover;
}
.fp-home-v9 .fp-home-feature-list h3 {
  margin: 0;
  font-family: var(--fp-serif);
  font-size: 1rem;
  line-height: 1.12;
}

/* Development */
.fp-home-v9 .fp-home-card-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 24px;
}
.fp-home-v9 .fp-home-card-grid article {
  min-width: 0;
  border-bottom: 1px solid var(--fp-line);
  padding-bottom: 16px;
}
.fp-home-v9 .fp-home-card-grid article.is-lead { grid-column: span 2; }
.fp-home-v9 .fp-home-card-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin-bottom: 12px;
}
.fp-home-v9 .fp-home-card-grid article.is-lead img { aspect-ratio: 16 / 8.9; }
.fp-home-v9 .fp-home-card-grid h3 {
  margin: .1rem 0 .55rem;
  font-family: var(--fp-serif);
  font-size: 1.06rem;
  line-height: 1.12;
}
.fp-home-v9 .fp-home-card-grid article.is-lead h3 {
  font-size: clamp(1.75rem, 2.45vw, 2.65rem);
  line-height: 1.03;
}
.fp-home-v9 .fp-home-card-grid p {
  margin: 0 0 .5rem;
  color: var(--fp-charcoal);
  font-family: var(--fp-serif);
  line-height: 1.45;
  font-size: .88rem;
}

/* ---------------------------------------------------------
   Most read / editor's picks
--------------------------------------------------------- */
.fp-home-v9 .fp-home-v9-intelligence {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 44px;
  margin-top: 34px;
  margin-bottom: 52px;
  padding-top: 22px;
  border-top: 4px solid var(--fp-ink);
}
.fp-home-v9 .fp-home-ranked ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fp-home-v9 .fp-home-ranked li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--fp-line);
}
.fp-home-v9 .fp-home-ranked li > b {
  font-family: var(--fp-serif);
  font-size: 1.7rem;
  line-height: 1;
  color: #c8c9cc;
}
.fp-home-v9 .fp-home-ranked li a {
  display: block;
  font-family: var(--fp-serif);
  font-size: .98rem;
  line-height: 1.17;
  font-weight: 700;
}
.fp-home-v9 .fp-home-ranked li small { display: block; margin-top: .35rem; }

.fp-home-v9 .fp-home-editors-picks article {
  display: grid !important;
  grid-template-columns: 108px 1fr;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid var(--fp-line);
}
.fp-home-v9 .fp-home-editors-picks img {
  width: 108px;
  height: 78px;
  object-fit: cover;
}
.fp-home-v9 .fp-home-editors-picks h3 {
  margin: .1rem 0 .35rem;
  font-family: var(--fp-serif);
  font-size: 1rem;
  line-height: 1.14;
}

/* ---------------------------------------------------------
   Manifesto
--------------------------------------------------------- */
.fp-home-v9 .fp-home-v9-manifesto {
  position: relative;
  margin-top: 72px;
  margin-bottom: 66px;
  padding: clamp(34px, 5vw, 70px) clamp(30px, 5vw, 70px);
  background: var(--fp-ink);
  color: #fff;
  overflow: hidden;
}
.fp-home-v9 .fp-home-v9-manifesto::after {
  content: 'FP';
  position: absolute;
  right: -15px;
  bottom: -70px;
  font-family: var(--fp-serif);
  font-size: min(24vw, 290px);
  line-height: 1;
  color: rgba(255,255,255,.035);
  pointer-events: none;
}
.fp-home-v9 .fp-home-v9-manifesto > span {
  display: block;
  color: #ff6f77;
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 900;
}
.fp-home-v9 .fp-home-v9-manifesto h2 {
  max-width: 18ch;
  margin: .65rem 0 1rem;
  font-family: var(--fp-serif);
  font-size: clamp(2.35rem, 5vw, 5.2rem);
  line-height: .98;
  letter-spacing: -.035em;
  font-weight: 700;
}
.fp-home-v9 .fp-home-v9-manifesto p {
  margin: 0 0 1.25rem;
  font-family: var(--fp-serif);
  font-size: 1.12rem;
  color: #d8d8da;
}
.fp-home-v9 .fp-home-v9-manifesto a {
  display: inline-flex;
  border-bottom: 2px solid var(--fp-red);
  padding-bottom: .25rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .72rem;
  font-weight: 900;
}

/* ---------------------------------------------------------
   Research / podcasts / newsletter / store
--------------------------------------------------------- */
.fp-home-v9 .fp-home-v9-research,
.fp-home-v9 .fp-home-v9-podcasts,
.fp-home-v9 .fp-home-v9-store {
  margin-top: 50px;
  margin-bottom: 56px;
}
.fp-home-v9 .fp-home-section-intro {
  max-width: 72ch;
  margin: -2px 0 20px !important;
  color: var(--fp-muted);
  font-family: var(--fp-serif);
  font-size: .94rem;
  line-height: 1.5;
}
.fp-home-v9 .fp-home-research-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--fp-line);
}
.fp-home-v9 .fp-home-research-grid article {
  min-width: 0;
  padding: 22px;
  border-right: 1px solid var(--fp-line);
  background: #fff;
}
.fp-home-v9 .fp-home-research-grid article:last-child { border-right: 0; }
.fp-home-v9 .fp-home-doc-type {
  display: inline-flex;
  margin-bottom: .65rem;
  color: var(--fp-red);
  font-size: .62rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}
.fp-home-v9 .fp-home-research-grid h3 {
  margin: 0 0 .65rem;
  font-family: var(--fp-serif);
  font-size: 1.18rem;
  line-height: 1.12;
}
.fp-home-v9 .fp-home-research-grid p {
  margin: 0 0 .75rem;
  color: var(--fp-charcoal);
  font-size: .84rem;
  line-height: 1.5;
}

.fp-home-v9 .fp-home-podcast-grid {
  display: grid !important;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 22px;
}
.fp-home-v9 .fp-home-podcast-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--fp-ink);
  margin-bottom: 11px;
}
.fp-home-v9 .fp-home-podcast-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.fp-home-v9 .fp-home-podcast-media > span {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 10;
  color: #fff;
  font-family: var(--fp-serif);
  font-size: 4rem;
}
.fp-home-v9 .fp-home-podcast-media i {
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--fp-red);
  color: #fff;
  font-style: normal;
  font-size: .9rem;
}
.fp-home-v9 .fp-home-podcast-grid h3 {
  margin: 0;
  font-family: var(--fp-serif);
  font-size: 1rem;
  line-height: 1.15;
}

.fp-home-v9 .fp-home-v9-newsletter {
  display: grid !important;
  grid-template-columns: minmax(0,1.25fr) minmax(360px,.75fr);
  gap: 2rem;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 58px;
  padding: clamp(28px,4vw,50px);
  background: var(--fp-ink) !important;
  color: #fff;
  border-top: 5px solid var(--fp-red);
}
.fp-home-v9 .fp-home-v9-newsletter h2 {
  margin: .2rem 0 .65rem;
  font-family: var(--fp-serif);
  font-size: clamp(2rem, 3.2vw, 3.5rem) !important;
  line-height: 1.02;
  letter-spacing: -.02em;
}
.fp-home-v9 .fp-home-v9-newsletter p {
  margin: 0;
  color: #c8c9cc;
  max-width: 62ch;
}
.fp-home-v9 .fp-home-v9-newsletter form {
  display: flex;
  align-items: stretch;
  min-width: 0;
}
.fp-home-v9 .fp-home-v9-newsletter input {
  min-width: 0;
  flex: 1;
  border: 1px solid #55575d;
  background: #fff;
  color: var(--fp-ink);
  min-height: 48px;
  padding: 0 .95rem;
}
.fp-home-v9 .fp-home-v9-newsletter button {
  border: 0;
  min-height: 48px;
  padding: 0 1rem;
  background: var(--fp-red);
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}
.fp-home-v9 .fp-home-v9-newsletter button:hover { background: var(--fp-red-deep); }

.fp-home-v9 .fp-home-store-grid {
  display: grid !important;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 24px;
}
.fp-home-v9 .fp-home-store-card {
  display: grid !important;
  grid-template-rows: auto 1fr;
  background: #fff;
  border: 1px solid var(--fp-line);
  min-width: 0;
}
.fp-home-v9 .fp-home-store-media {
  display: grid;
  place-items: center;
  min-height: var(--fp-home-store-image,190px);
  background: var(--fp-soft);
  overflow: hidden;
}
.fp-home-v9 .fp-home-store-media img {
  width: 100%;
  height: var(--fp-home-store-image,190px);
  object-fit: contain;
  padding: 12px;
}
.fp-home-v9 .fp-home-store-card > div {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: .4rem;
}
.fp-home-v9 .fp-home-store-card h3 {
  margin: 0;
  font-family: var(--fp-serif);
  font-size: 1rem;
  line-height: 1.15;
}
.fp-home-v9 .fp-home-store-card strong {
  margin-top: auto;
  color: var(--fp-red);
}

.fp-home-v9 .fp-home-v9-end-links {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: .65rem 1.4rem;
  padding: 22px 0 !important;
  border-top: 1px solid var(--fp-line);
  border-bottom: 1px solid var(--fp-line);
  margin-top: 48px;
}
.fp-home-v9 .fp-home-v9-end-links a {
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 900;
}

/* ---------------------------------------------------------
   Responsive
--------------------------------------------------------- */
@media (max-width: 1180px) {
  .fp-home-v9 .fp-home-v9-top-grid {
    grid-template-columns: minmax(0, 1.65fr) minmax(260px, .9fr);
  }
  .fp-home-v9 .fp-home-right-rail {
    grid-column: 1 / -1;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--fp-line);
    padding-top: 16px;
  }
  .fp-home-v9 .fp-home-v9-just-in ol {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 0 22px;
  }
  .fp-home-v9 .fp-home-v9-brief .fp-home-brief-grid { grid-template-columns: repeat(5,minmax(170px,1fr)); overflow-x: auto; }
  .fp-home-v9 .fp-home-v9-pillar-header { grid-template-columns: minmax(250px,.8fr) minmax(300px,1.2fr) auto; gap: 1rem; }
  .fp-home-v9 .fp-home-v9-identity { grid-template-columns: minmax(0,1.15fr) minmax(0,1fr); }
  .fp-home-v9 .fp-home-v9-identity-action { grid-column: 1 / -1; width: min(320px,100%); }
  .fp-home-v9 .fp-home-v9-identity-action small { text-align: left; }
}

@media (max-width: 980px) {
  .fp-home-v9 .fp-home-width { width: min(calc(100% - 28px), var(--fp-home-max,1360px)) !important; }
  .fp-home-v9 .fp-home-v9-edition { grid-template-columns: 150px 1fr; }
  .fp-home-v9 .fp-home-daily-links { grid-column: 1 / -1; justify-content: flex-start; }
  .fp-home-v9 .fp-home-v9-pillar-nav { grid-template-columns: repeat(5,minmax(150px,1fr)); overflow-x: auto; }
  .fp-home-v9 .fp-home-v9-pillar-link { min-width: 150px; }
  .fp-home-v9 .fp-home-v9-top-grid { grid-template-columns: 1fr; }
  .fp-home-v9 .fp-home-support-column,
  .fp-home-v9 .fp-home-right-rail { border-left: 0; padding-left: 0; }
  .fp-home-v9 .fp-home-support-column { border-top: 1px solid var(--fp-line); padding-top: 18px; }
  .fp-home-v9 .fp-home-support-column { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 24px; }
  .fp-home-v9 .fp-home-support-column .fp-home-section-cap { grid-column: 1 / -1; }
  .fp-home-v9 .fp-home-v9-pillar-header { grid-template-columns: 1fr; align-items: start; }
  .fp-home-v9 .fp-home-v9-pillar-header > a { justify-self: start; }
  .fp-home-v9 .fp-home-desk-grid,
  .fp-home-v9 .fp-home-feature-layout,
  .fp-home-v9 .fp-home-v9-intelligence { grid-template-columns: 1fr; }
  .fp-home-v9 .fp-home-five-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .fp-home-v9 .fp-home-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .fp-home-v9 .fp-home-feature-card { grid-template-columns: 1fr 1fr; }
  .fp-home-v9 .fp-home-research-grid,
  .fp-home-v9 .fp-home-podcast-grid,
  .fp-home-v9 .fp-home-store-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .fp-home-v9 .fp-home-research-grid article:nth-child(2) { border-right: 0; }
  .fp-home-v9 .fp-home-research-grid article { border-bottom: 1px solid var(--fp-line); }
  .fp-home-v9 .fp-home-v9-newsletter { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .fp-home-v9 .fp-home-width { width: min(calc(100% - 22px), var(--fp-home-max,1360px)) !important; }
  .fp-home-v9 .fp-home-v9-edition { grid-template-columns: 1fr; gap: .7rem; }
  .fp-home-v9 .fp-home-daily-links { grid-column: auto; overflow-x: auto; }
  .fp-home-v9 .fp-home-v9-identity { grid-template-columns: 1fr; gap: 1.2rem; padding: 22px 0 24px; }
  .fp-home-v9 .fp-home-v9-identity-lead strong { max-width: 17ch; font-size: clamp(2rem,10vw,2.8rem); }
  .fp-home-v9 .fp-home-v9-identity-promise { padding-left: 0; border-left: 0; border-top: 1px solid var(--fp-line); padding-top: 1rem; }
  .fp-home-v9 .fp-home-v9-identity-action { grid-column: auto; width: 100%; align-items: flex-start; }
  .fp-home-v9 .fp-home-v9-identity-action > a { width: 100%; }
  .fp-home-v9 .fp-home-v9-identity-action small { text-align: left; }
  .fp-home-v9 .fp-home-v9-pillar-nav { width: 100% !important; max-width: none !important; padding-left: 11px; padding-right: 11px; }
  .fp-home-v9 .fp-home-v9-top-grid { padding-top: 22px; gap: 24px; }
  .fp-home-v9 .fp-home-v9-lead-story h1 { font-size: clamp(2.15rem, 11vw, 3.2rem) !important; }
  .fp-home-v9 .fp-home-support-column { grid-template-columns: 1fr; }
  .fp-home-v9 .fp-home-support-story { grid-template-columns: 1fr 94px; }
  .fp-home-v9 .fp-home-support-story img { width: 94px; height: 76px; }
  .fp-home-v9 .fp-home-v9-just-in ol { grid-template-columns: 1fr; }
  .fp-home-v9 .fp-home-section-cap,
  .fp-home-v9 .fp-home-v9-section-cap { align-items: flex-start; flex-direction: column; }
  .fp-home-v9 .fp-home-v9-brief .fp-home-brief-grid { grid-template-columns: repeat(5, 78vw); }
  .fp-home-v9 .fp-home-v9-pillar-section { margin-top: 44px !important; margin-bottom: 48px !important; }
  .fp-home-v9 .fp-home-v9-pillar-header h2 { font-size: 2.45rem; }
  .fp-home-v9 .fp-home-desk-cards,
  .fp-home-v9 .fp-home-five-grid,
  .fp-home-v9 .fp-home-card-grid,
  .fp-home-v9 .fp-home-research-grid,
  .fp-home-v9 .fp-home-podcast-grid,
  .fp-home-v9 .fp-home-store-grid { grid-template-columns: 1fr; }
  .fp-home-v9 .fp-home-five-grid article.is-lead,
  .fp-home-v9 .fp-home-card-grid article.is-lead { grid-column: span 1; grid-row: auto; }
  .fp-home-v9 .fp-home-feature-card { grid-template-columns: 1fr; }
  .fp-home-v9 .fp-home-feature-card > a img { aspect-ratio: 16 / 9; height: auto; }
  .fp-home-v9 .fp-home-feature-list article { grid-template-columns: 92px 1fr; }
  .fp-home-v9 .fp-home-feature-list img { width: 92px; height: 68px; }
  .fp-home-v9 .fp-home-research-grid article { border-right: 0; }
  .fp-home-v9 .fp-home-v9-newsletter { padding: 28px 20px; }
  .fp-home-v9 .fp-home-v9-newsletter form { flex-direction: column; }
  .fp-home-v9 .fp-home-v9-newsletter button { width: 100%; }
  .fp-home-v9 .fp-home-v9-manifesto { padding: 34px 24px; }
  .fp-home-v9 .fp-home-house-ad { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .fp-home-v9 *,
  .fp-home-v9 *::before,
  .fp-home-v9 *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

/* =========================================================
   V11 homepage refinement
   - wide cover-story house ad
   - image-led pillar leads
   - dense Development package
   - branded manifesto portrait
========================================================= */

/* Fill the lower-right area of the cover-story package with a horizontal ad. */
.fp-home-v9 .fp-home-v9-top-grid.has-feature-ad > .fp-home-lead-column {
  grid-row: 1 / span 2;
}
.fp-home-v9 .fp-home-v9-feature-ad-wide {
  grid-column: 2 / -1;
  grid-row: 2;
  min-width: 0;
  margin: 0 !important;
  align-self: end;
}
.fp-home-v9 .fp-home-v9-feature-ad-wide .fp-home-house-ad {
  width: 100%;
  min-height: 86px;
  grid-template-columns: minmax(150px,.42fr) minmax(0,1.25fr) auto;
  gap: 20px;
  padding: 16px 20px;
  background: linear-gradient(90deg,#fafafa 0%,#fff 62%,#fff7f7 100%);
  border: 1px solid var(--fp-line);
  border-left: 4px solid var(--fp-red);
}
.fp-home-v9 .fp-home-v9-feature-ad-wide .fp-home-house-ad span {
  color: var(--fp-red);
  font-weight: 900;
  line-height: 1.35;
}
.fp-home-v9 .fp-home-v9-feature-ad-wide .fp-home-house-ad strong {
  min-width: 0;
  font-size: clamp(1rem,1.45vw,1.28rem);
  line-height: 1.12;
}
.fp-home-v9 .fp-home-v9-feature-ad-wide .fp-home-house-ad a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--fp-red);
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.fp-home-v9 .fp-home-v9-feature-ad-wide .fp-home-house-ad a:hover {
  background: var(--fp-red);
  color: #fff;
}

/* Keep all major pillar leads image-led when an image-bearing story exists. */
.fp-home-v9 .fp-home-v9-pillar-section .fp-home-desk-lead > a:first-child,
.fp-home-v9 .fp-home-v9-pillar-section .fp-home-five-grid article.is-lead > a:first-child,
.fp-home-v9 .fp-home-v9-pillar-section .fp-home-feature-card > a:first-child {
  display: block;
  overflow: hidden;
  background: var(--fp-soft);
}

/* Development uses one strong lead plus six supporting stories to eliminate dead space. */
.fp-home-v9 .fp-home-development-layout {
  grid-template-columns: minmax(0,1.08fr) minmax(0,1fr);
  gap: 28px;
  align-items: start;
}
.fp-home-v9 .fp-home-development-lead img {
  aspect-ratio: 16 / 9.25;
}
.fp-home-v9 .fp-home-development-cards {
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 20px 18px;
}
.fp-home-v9 .fp-home-development-cards article {
  display: flex !important;
  flex-direction: column;
  min-height: 100%;
}
.fp-home-v9 .fp-home-development-cards img {
  aspect-ratio: 16 / 9.4;
}
.fp-home-v9 .fp-home-development-cards p {
  margin: .35rem 0 .55rem;
  color: var(--fp-charcoal);
  font-family: var(--fp-serif);
  font-size: .82rem;
  line-height: 1.4;
}
.fp-home-v9 .fp-home-development-cards small {
  margin-top: auto;
}

/* FridayPosts promise: editorial statement + visible founder/publisher identity. */
.fp-home-v9 .fp-home-v9-manifesto {
  min-height: clamp(500px,43vw,650px);
  display: grid;
  grid-template-columns: minmax(0,1.55fr) minmax(300px,.7fr);
  align-items: stretch;
  padding: 0;
  isolation: isolate;
}
.fp-home-v9 .fp-home-v9-manifesto::after {
  right: 22%;
  bottom: -70px;
  z-index: -1;
}
.fp-home-v9 .fp-home-v9-manifesto-copy {
  position: relative;
  z-index: 3;
  padding: clamp(38px,5vw,72px);
  align-self: center;
}
.fp-home-v9 .fp-home-v9-manifesto-copy > span {
  display: block;
  color: #ff6f77;
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 900;
}
.fp-home-v9 .fp-home-v9-manifesto-copy h2 {
  max-width: 17ch;
  margin: .65rem 0 1rem;
  font-family: var(--fp-serif);
  font-size: clamp(2.35rem,4.65vw,4.95rem);
  line-height: .98;
  letter-spacing: -.035em;
  font-weight: 700;
}
.fp-home-v9 .fp-home-v9-manifesto-copy p {
  margin: 0 0 1.25rem;
  font-family: var(--fp-serif);
  font-size: 1.12rem;
  color: #d8d8da;
}
.fp-home-v9 .fp-home-v9-manifesto-copy a {
  display: inline-flex;
  border-bottom: 2px solid var(--fp-red);
  padding-bottom: .25rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .72rem;
  font-weight: 900;
}
.fp-home-v9 .fp-home-v9-manifesto-portrait {
  position: relative;
  z-index: 2;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  background: #161719;
}
.fp-home-v9 .fp-home-v9-manifesto-portrait::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg,var(--fp-ink) 0%,rgba(16,17,19,.82) 10%,rgba(16,17,19,.2) 38%,rgba(16,17,19,0) 66%);
  pointer-events: none;
}
.fp-home-v9 .fp-home-v9-manifesto-portrait img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: saturate(.92) contrast(1.02);
}

@media (max-width: 1100px) {
  .fp-home-v9 .fp-home-v9-top-grid.has-feature-ad > .fp-home-lead-column {
    grid-row: auto;
  }
  .fp-home-v9 .fp-home-v9-feature-ad-wide {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .fp-home-v9 .fp-home-v9-manifesto {
    grid-template-columns: minmax(0,1.35fr) minmax(260px,.65fr);
  }
}

@media (max-width: 760px) {
  .fp-home-v9 .fp-home-v9-feature-ad-wide .fp-home-house-ad {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .fp-home-v9 .fp-home-v9-feature-ad-wide .fp-home-house-ad a {
    justify-self: start;
  }
  .fp-home-v9 .fp-home-development-layout,
  .fp-home-v9 .fp-home-development-cards {
    grid-template-columns: 1fr;
  }
  .fp-home-v9 .fp-home-v9-manifesto {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .fp-home-v9 .fp-home-v9-manifesto-copy {
    padding: 34px 24px 28px;
  }
  .fp-home-v9 .fp-home-v9-manifesto-copy h2 {
    font-size: clamp(2.2rem,12vw,3.5rem);
  }
  .fp-home-v9 .fp-home-v9-manifesto-portrait {
    height: min(86vw,540px);
  }
  .fp-home-v9 .fp-home-v9-manifesto-portrait::before {
    background: linear-gradient(180deg,var(--fp-ink) 0%,rgba(16,17,19,.28) 22%,rgba(16,17,19,0) 48%);
  }
}


/* V11.1 — flexible pillar story counts (1–10) */
.fp-home-v9 .fp-home-desk-grid.is-single,
.fp-home-v9 .fp-home-feature-layout.is-single,
.fp-home-v9 .fp-home-development-layout.is-single {
  grid-template-columns: minmax(0, 1fr);
}
.fp-home-v9 .fp-home-desk-grid.is-single .fp-home-desk-lead,
.fp-home-v9 .fp-home-feature-layout.is-single .fp-home-feature-card,
.fp-home-v9 .fp-home-development-layout.is-single .fp-home-development-lead {
  max-width: 920px;
}
.fp-home-v9 .fp-home-development-cards--1 article:last-child,
.fp-home-v9 .fp-home-development-cards--3 article:last-child,
.fp-home-v9 .fp-home-development-cards--5 article:last-child,
.fp-home-v9 .fp-home-development-cards--7 article:last-child,
.fp-home-v9 .fp-home-development-cards--9 article:last-child {
  grid-column: 1 / -1;
}
.fp-home-v9 .fp-home-development-cards--1 article:last-child > a:first-child,
.fp-home-v9 .fp-home-development-cards--3 article:last-child > a:first-child,
.fp-home-v9 .fp-home-development-cards--5 article:last-child > a:first-child,
.fp-home-v9 .fp-home-development-cards--7 article:last-child > a:first-child,
.fp-home-v9 .fp-home-development-cards--9 article:last-child > a:first-child {
  display:block;
  max-width: 560px;
}
@media (max-width: 760px) {
  .fp-home-v9 .fp-home-development-cards--1 article:last-child,
  .fp-home-v9 .fp-home-development-cards--3 article:last-child,
  .fp-home-v9 .fp-home-development-cards--5 article:last-child,
  .fp-home-v9 .fp-home-development-cards--7 article:last-child,
  .fp-home-v9 .fp-home-development-cards--9 article:last-child {
    grid-column: auto;
  }
}
