.is-home {
  overflow: hidden;
}

.is-home > section {
  border-bottom: 1px solid var(--is-line);
}

.home-intro {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-rows: auto 1fr auto;
  padding: var(--is-pad);
}

.home-intro-meta {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  color: var(--is-grey);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.home-intro-core {
  width: min(100%, 76rem);
  align-self: center;
  margin: clamp(4rem, 10vh, 9rem) auto;
  text-align: center;
}

.home-intro-core .interface-label {
  margin-bottom: clamp(1.5rem, 4vh, 3rem);
}

.home-intro h1 {
  margin: 0;
  color: var(--is-white);
  font-family: var(--is-display);
  font-size: clamp(4.15rem, 11vw, 12rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.78;
  text-transform: uppercase;
}

.home-intro h1 em {
  display: inline-block;
  padding-inline: 0.035em;
  border: 0.055em solid currentColor;
  color: var(--is-red);
  font-style: normal;
  line-height: 0.78;
}

.home-intro-copy {
  max-width: 62ch;
  margin: clamp(2rem, 5vh, 4rem) auto 0;
  color: var(--is-white);
  font-size: clamp(0.85rem, 1.35vw, 1.08rem);
  line-height: 1.55;
}

.home-intro-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 2rem;
}

.home-intro-index {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.8rem;
  color: var(--is-grey);
  font-size: 0.58rem;
}

.home-intro-index i {
  height: 1px;
  background: var(--is-line);
}

.section-index {
  display: grid;
  grid-template-columns: minmax(10rem, 0.4fr) 1fr;
  align-items: end;
  gap: 2rem;
  padding: 1rem var(--is-pad);
  border-bottom: 1px solid var(--is-line);
}

.section-index > span {
  color: var(--is-grey);
  font-size: 0.58rem;
  text-transform: uppercase;
}

.section-index > span:last-child {
  text-align: right;
}

.section-index h2 {
  margin: 0;
  font-family: var(--is-display);
  font-size: clamp(2rem, 5vw, 5.3rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.86;
  text-transform: uppercase;
}

/* Three systems */
.home-system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-system-grid > a {
  display: flex;
  min-height: clamp(22rem, 42vw, 38rem);
  flex-direction: column;
  padding: var(--is-pad);
  border-right: 1px solid var(--is-line);
  color: var(--is-white);
  text-decoration: none;
  transition: background-color var(--is-transition), color var(--is-transition);
}

.home-system-grid > a:last-child {
  border-right: 0;
}

.home-system-grid > a:hover {
  background: var(--is-white);
  color: var(--is-black);
  text-decoration: none;
}

.home-system-grid > a:nth-child(2):hover {
  background: var(--is-red);
  color: var(--is-white);
}

.home-system-number {
  color: var(--is-grey);
  font-size: 0.62rem;
}

.home-system-grid h3 {
  margin: auto 0 1.5rem;
  font-family: var(--is-display);
  font-size: clamp(3rem, 7vw, 7.4rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.82;
}

.home-system-grid p {
  max-width: 31ch;
  margin: 0 0 2rem;
  font-size: 0.78rem;
}

.home-system-grid strong {
  font-size: 0.65rem;
}

/* Lead */
.home-lead-article {
  display: grid;
  min-height: min(76vw, 58rem);
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.home-lead-copy {
  display: flex;
  flex-direction: column;
  padding: var(--is-pad);
  border-right: 1px solid var(--is-line);
}

.article-route {
  margin: 0;
  color: var(--is-red);
  font-size: 0.62rem;
  text-transform: uppercase;
}

.home-lead-copy h2 {
  margin: auto 0 1.5rem;
  font-family: var(--is-display);
  font-size: clamp(3.2rem, 7vw, 8.8rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.84;
  text-transform: uppercase;
}

.home-lead-copy h2 a {
  text-decoration: none;
}

.home-lead-copy h2 a:hover {
  color: var(--is-red);
  text-decoration: none;
}

.home-lead-copy > p:not(.article-route) {
  max-width: 54ch;
  margin: 0 0 2rem;
  color: var(--is-grey);
  font-size: 0.85rem;
}

.home-lead-copy footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--is-line);
  font-size: 0.62rem;
  text-transform: uppercase;
}

.home-lead-copy footer span {
  color: var(--is-grey);
}

.home-lead-copy footer a {
  text-decoration: none;
}

.home-lead-visual {
  position: relative;
  display: block;
  min-height: 34rem;
  overflow: hidden;
  background: var(--is-white);
  color: var(--is-black);
  text-decoration: none;
}

.home-lead-visual::after {
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  content: "";
  pointer-events: none;
  transition: inset var(--is-transition), border-color var(--is-transition);
}

.home-lead-visual:hover::after {
  inset: 0.8rem;
  border-color: var(--is-white);
}

.home-lead-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.12);
  transition: filter 220ms ease, transform 500ms ease;
}

.home-lead-visual:hover img {
  filter: grayscale(0.2) contrast(1.04);
  transform: scale(1.015);
}

.home-lead-visual > span {
  display: flex;
  height: 100%;
  min-height: 34rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.home-lead-visual b {
  font-family: var(--is-display);
  font-size: clamp(12rem, 30vw, 32rem);
  line-height: 0.8;
}

.home-lead-visual small {
  font-size: 0.62rem;
}

.home-empty {
  padding: clamp(4rem, 10vw, 10rem) var(--is-pad);
}

.home-empty h2 {
  max-width: 12ch;
  margin: 1.5rem 0 0;
  font-family: var(--is-display);
  font-size: clamp(3rem, 8vw, 8rem);
  line-height: 0.85;
  text-transform: uppercase;
}

/* News stream */
.home-stream-list article {
  display: grid;
  grid-template-columns: 4rem minmax(9rem, 0.45fr) minmax(0, 1.55fr) 3rem;
  align-items: center;
  gap: 1rem;
  min-height: 7.6rem;
  padding: 1rem var(--is-pad);
  border-bottom: 1px solid var(--is-line);
  transition: background-color var(--is-transition), color var(--is-transition);
}

.home-stream-list article:hover {
  background: var(--is-white);
  color: var(--is-black);
}

.home-stream-index {
  color: var(--is-grey);
  font-size: 0.62rem;
}

.home-stream-meta {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  color: var(--is-grey);
  font-size: 0.62rem;
  text-transform: uppercase;
}

.home-stream-list h3 {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.55rem);
  font-weight: 650;
  line-height: 1.2;
}

.home-stream-list h3 a,
.home-stream-arrow {
  text-decoration: none;
}

.home-stream-arrow {
  font-size: 1.25rem;
  text-align: right;
}

.home-stream-more {
  margin: var(--is-pad);
}

.home-empty-line {
  margin: 0;
  padding: 3rem var(--is-pad);
  color: var(--is-grey);
  font-size: 0.7rem;
  text-transform: uppercase;
}

/* Topics */
.home-topic-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-topic-list a {
  display: grid;
  min-height: 11rem;
  grid-template-columns: auto 1fr auto;
  align-content: space-between;
  gap: 0.8rem;
  padding: 1rem;
  border-right: 1px solid var(--is-line);
  border-bottom: 1px solid var(--is-line);
  text-decoration: none;
}

.home-topic-list a:nth-child(4n) {
  border-right: 0;
}

.home-topic-list a:hover {
  background: var(--is-red);
  color: var(--is-white);
  text-decoration: none;
}

.home-topic-list span,
.home-topic-list small {
  color: var(--is-grey);
  font-size: 0.58rem;
}

.home-topic-list strong {
  grid-column: 1 / -1;
  align-self: end;
  font-family: var(--is-display);
  font-size: clamp(1.7rem, 3vw, 3.4rem);
  letter-spacing: -0.025em;
  line-height: 0.9;
}

/* Atlas */
.home-atlas {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.7fr);
  background: var(--is-red);
  color: var(--is-white);
}

.home-atlas-copy {
  display: flex;
  min-height: 40rem;
  flex-direction: column;
  align-items: flex-start;
  padding: var(--is-pad);
  border-right: 1px solid rgba(255, 255, 255, 0.45);
}

.home-atlas-copy .interface-label {
  color: rgba(255, 255, 255, 0.68);
}

.home-atlas-copy h2 {
  max-width: 12ch;
  margin: auto 0 1.5rem;
  font-family: var(--is-display);
  font-size: clamp(3.4rem, 8vw, 9rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.82;
  text-transform: uppercase;
}

.home-atlas-copy > p:not(.interface-label) {
  max-width: 50ch;
  margin: 0 0 2rem;
  font-size: 0.8rem;
}

.home-country-list {
  display: flex;
  flex-direction: column;
}

.home-country-list a {
  display: grid;
  flex: 1;
  grid-template-columns: 2.5rem 1fr auto;
  align-items: center;
  gap: 0.8rem;
  min-height: 4.8rem;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  text-decoration: none;
}

.home-country-list a:last-child {
  border-bottom: 0;
}

.home-country-list a:hover {
  background: var(--is-white);
  color: var(--is-black);
  text-decoration: none;
}

.home-country-list span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.58rem;
}

.home-country-list a:hover span {
  color: var(--is-grey-dark);
}

.home-country-list strong {
  font-size: 0.82rem;
}

.home-country-list i {
  font-style: normal;
}

/* Radar */
.home-radar {
  display: grid;
  min-height: 32rem;
  grid-template-columns: minmax(12rem, 0.42fr) minmax(18rem, 0.75fr) minmax(22rem, 1fr);
}

.home-radar > * {
  padding: var(--is-pad);
  border-right: 1px solid var(--is-line);
}

.home-radar > *:last-child {
  border-right: 0;
}

.home-radar-mark {
  display: grid;
  place-items: center;
  color: var(--is-red);
  font-family: var(--is-display);
  font-size: clamp(10rem, 22vw, 24rem);
  line-height: 0.7;
}

.home-radar-copy {
  display: flex;
  flex-direction: column;
}

.home-radar-copy h2 {
  margin: auto 0 1.5rem;
  font-family: var(--is-display);
  font-size: clamp(3rem, 6vw, 7rem);
  letter-spacing: -0.035em;
  line-height: 0.84;
  text-transform: uppercase;
}

.home-radar-copy > p:last-child {
  max-width: 42ch;
  margin: 0;
  color: var(--is-grey);
  font-size: 0.76rem;
}

.home-radar-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-radar-form > label:first-of-type {
  margin-bottom: 0.55rem;
  color: var(--is-grey);
  font-size: 0.58rem;
}

.home-radar-form > div {
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid var(--is-grey-dark);
}

.home-radar-form input[type="email"] {
  min-width: 0;
  min-height: 3.3rem;
  border: 0 !important;
}

.home-radar-form button {
  border: 0 !important;
  border-left: 1px solid var(--is-grey-dark) !important;
}

.home-radar-consent {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin-top: 0.7rem;
  color: var(--is-grey);
  font-size: 0.58rem;
}

.home-radar-consent input {
  flex: 0 0 auto;
  margin-top: 0.15rem;
}

@media (max-width: 1180px) {
  .home-system-grid h3 {
    font-size: clamp(2.6rem, 6vw, 5.5rem);
  }

  .home-topic-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-topic-list a:nth-child(4n) {
    border-right: 1px solid var(--is-line);
  }

  .home-topic-list a:nth-child(2n) {
    border-right: 0;
  }

  .home-radar {
    grid-template-columns: minmax(10rem, 0.35fr) minmax(0, 1fr);
  }

  .home-radar-form {
    grid-column: 1 / -1;
    border-top: 1px solid var(--is-line);
    border-right: 0;
  }
}

@media (max-width: 820px) {
  .home-intro {
    min-height: calc(100svh - 3.9rem);
  }

  .home-intro h1 {
    font-size: clamp(3.6rem, 15vw, 7rem);
  }

  .section-index {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .section-index > span:last-child {
    text-align: left;
  }

  .home-system-grid {
    grid-template-columns: 1fr;
  }

  .home-system-grid > a {
    min-height: 21rem;
    border-right: 0;
    border-bottom: 1px solid var(--is-line);
  }

  .home-system-grid > a:last-child {
    border-bottom: 0;
  }

  .home-lead-article {
    grid-template-columns: 1fr;
  }

  .home-lead-copy {
    min-height: 38rem;
    border-right: 0;
    border-bottom: 1px solid var(--is-line);
  }

  .home-lead-visual {
    min-height: 58vw;
  }

  .home-stream-list article {
    grid-template-columns: 2.5rem 1fr 2rem;
  }

  .home-stream-meta {
    grid-column: 2;
  }

  .home-stream-list h3 {
    grid-column: 2;
  }

  .home-stream-arrow {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  .home-atlas {
    grid-template-columns: 1fr;
  }

  .home-atlas-copy {
    min-height: 37rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  }
}

@media (max-width: 580px) {
  .home-intro {
    padding: 1rem;
  }

  .home-intro-meta span:last-child {
    display: none;
  }

  .home-intro-core {
    margin-block: 3.5rem;
  }

  .home-intro h1 {
    font-size: clamp(3.2rem, 17vw, 5.6rem);
    line-height: 0.82;
  }

  .home-intro-copy {
    font-size: 0.78rem;
  }

  .home-intro-actions {
    flex-direction: column;
  }

  .home-intro-actions .interface-button {
    width: 100%;
  }

  .home-lead-copy {
    min-height: 32rem;
  }

  .home-lead-copy h2 {
    font-size: clamp(2.8rem, 14vw, 5rem);
  }

  .home-lead-copy footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-stream-list article {
    min-height: 8.6rem;
    padding-inline: 1rem;
  }

  .home-topic-list {
    grid-template-columns: 1fr;
  }

  .home-topic-list a,
  .home-topic-list a:nth-child(2n),
  .home-topic-list a:nth-child(4n) {
    min-height: 8rem;
    border-right: 0;
  }

  .home-atlas-copy {
    min-height: 31rem;
  }

  .home-atlas-copy h2 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .home-radar {
    grid-template-columns: 1fr;
  }

  .home-radar > * {
    border-right: 0;
    border-bottom: 1px solid var(--is-line);
  }

  .home-radar-mark {
    min-height: 15rem;
  }

  .home-radar-copy {
    min-height: 24rem;
  }

  .home-radar-form {
    grid-column: auto;
    border-top: 0;
  }

  .home-radar-form > div {
    grid-template-columns: 1fr;
  }

  .home-radar-form button {
    border-top: 1px solid var(--is-grey-dark) !important;
    border-left: 0 !important;
  }
}

/* 6.4 — une publique : rédaction, vidéos et produits clairement séparés. */
.home-public {
  overflow: clip;
}

.home-edition-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  padding: 0.7rem var(--is-pad);
  color: var(--is-grey);
  font-size: 0.58rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-edition-bar > :last-child {
  text-align: right;
}

.home-masthead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.3fr);
  align-items: end;
  gap: 2rem;
  padding: clamp(2.5rem, 6vw, 6rem) var(--is-pad) 1.1rem;
  border-top: 1px solid var(--is-line);
  border-bottom: 1px solid var(--is-line);
}

.home-masthead .interface-label {
  grid-column: 1 / -1;
}

.home-masthead h1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  font-family: var(--is-display);
  font-size: clamp(5.4rem, 14vw, 15.4rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.68;
  text-transform: uppercase;
}

.home-masthead h1 span:last-child {
  color: var(--is-red);
}

.home-masthead > p:last-child {
  max-width: 33ch;
  margin: 0;
  color: var(--is-grey);
  font-size: 0.74rem;
}

.home-front-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(19rem, 0.58fr);
  background: var(--is-line);
  gap: 1px;
}

.home-front-lead {
  display: grid;
  min-height: min(72rem, 88vh);
  grid-template-rows: minmax(22rem, 1.25fr) auto;
  background: var(--is-black);
}

.home-front-lead-media {
  position: relative;
  display: block;
  min-height: 26rem;
  overflow: hidden;
  background: var(--is-white);
  color: var(--is-black);
  text-decoration: none;
}

.home-front-lead-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.1);
  transition: filter 180ms ease, transform 480ms ease;
}

.home-front-lead:hover .home-front-lead-media img {
  filter: grayscale(0.15) contrast(1.02);
  transform: scale(1.012);
}

.home-front-lead-media > span {
  display: grid;
  height: 100%;
  min-height: 26rem;
  place-items: center;
  align-content: center;
}

.home-front-lead-media b {
  font-family: var(--is-display);
  font-size: clamp(9rem, 26vw, 28rem);
  line-height: 0.72;
}

.home-front-lead-media small {
  font-size: 0.7rem;
  text-transform: uppercase;
}

.home-front-lead-copy {
  padding: clamp(1.2rem, 3vw, 2.6rem) var(--is-pad);
  border-top: 1px solid var(--is-line);
}

.home-front-lead-copy h2 {
  max-width: 18ch;
  margin: 0.8rem 0 1.1rem;
  font-family: var(--is-display);
  font-size: clamp(3rem, 6.7vw, 7.8rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.84;
  text-transform: uppercase;
}

.home-front-lead-copy h2 a,
.home-front-lead-copy footer a {
  text-decoration: none;
}

.home-front-lead-copy h2 a:hover {
  color: var(--is-red);
}

.home-front-lead-copy > p:not(.article-route) {
  max-width: 68ch;
  margin-bottom: 1.2rem;
  color: var(--is-grey);
  font-size: 0.78rem;
}

.home-front-lead-copy footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--is-line);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.home-front-briefs {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: var(--is-black);
}

.home-front-briefs-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid var(--is-line);
}

.home-front-briefs-head span,
.home-front-briefs article > div,
.home-front-briefs article > p {
  color: var(--is-grey);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.home-front-briefs-head h2 {
  margin: 0;
  font-family: var(--is-display);
  font-size: clamp(2rem, 3.2vw, 3.8rem);
  line-height: 0.8;
  text-transform: uppercase;
}

.home-front-briefs article {
  position: relative;
  display: flex;
  min-height: 10.5rem;
  flex: 1;
  flex-direction: column;
  padding: 1rem 3rem 1rem 1rem;
  border-bottom: 1px solid var(--is-line);
}

.home-front-briefs article > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.home-front-briefs article > p {
  margin: auto 0 0.4rem;
  color: var(--is-red);
}

.home-front-briefs article h3 {
  margin: 0;
  font-size: clamp(0.96rem, 1.45vw, 1.22rem);
  line-height: 1.2;
}

.home-front-briefs article h3 a,
.home-front-briefs article > a,
.home-front-all {
  text-decoration: none;
}

.home-front-briefs article > a {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

.home-front-briefs article:hover {
  background: var(--is-white);
  color: var(--is-black);
}

.home-front-all {
  display: flex;
  min-height: 4rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  background: var(--is-red);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home-latest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-bottom: 1px solid var(--is-line);
  background: var(--is-line);
}

.home-latest-grid > * {
  background: var(--is-black);
}

.home-latest-grid .story-card {
  min-height: 32rem;
}

.home-section-more {
  margin: var(--is-pad);
}

.home-inline-empty,
.home-video-empty {
  padding: clamp(3rem, 7vw, 7rem) var(--is-pad);
}

.home-video-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(20rem, 0.7fr);
  gap: 1px;
  background: var(--is-line);
}

.home-video-feature,
.home-video-rail {
  background: var(--is-black);
}

.home-video-rail-intro {
  min-height: 12rem;
  padding: var(--is-pad);
  border-bottom: 1px solid var(--is-line);
}

.home-video-rail-intro h3 {
  max-width: 23ch;
  margin: 1rem 0 0;
  font-family: var(--is-display);
  font-size: clamp(2rem, 4vw, 4.4rem);
  letter-spacing: -0.025em;
  line-height: 0.86;
  text-transform: uppercase;
}

.home-video-rail .video-card {
  border-bottom: 1px solid var(--is-line);
}

.home-video-empty {
  display: grid;
  grid-template-columns: minmax(8rem, 0.3fr) 1fr;
  align-items: center;
  gap: var(--is-pad);
}

.home-video-empty > span {
  color: var(--is-red);
  font-family: var(--is-display);
  font-size: clamp(6rem, 16vw, 16rem);
  line-height: 0.7;
  text-align: center;
}

.home-video-empty h3 {
  max-width: 22ch;
  margin: 1rem 0 0;
  font-family: var(--is-display);
  font-size: clamp(2.4rem, 6vw, 6.4rem);
  line-height: 0.84;
  text-transform: uppercase;
}

.home-premium {
  display: grid;
  grid-template-columns: minmax(22rem, 0.85fr) minmax(0, 1.15fr);
  background: var(--is-white);
  color: var(--is-black);
}

.home-premium > header {
  display: flex;
  min-height: 46rem;
  align-items: flex-start;
  flex-direction: column;
  padding: var(--is-pad);
  border-right: 1px solid var(--is-black);
}

.home-premium h2 {
  max-width: 13ch;
  margin: auto 0 1.5rem;
  font-family: var(--is-display);
  font-size: clamp(3.4rem, 7.4vw, 8rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.82;
  text-transform: uppercase;
}

.home-premium > header > p:not(.interface-label) {
  max-width: 56ch;
  margin-bottom: 1.8rem;
  font-size: 0.78rem;
}

.home-premium-products {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.home-premium-products article {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  align-content: center;
  gap: 0.7rem 1rem;
  padding: var(--is-pad);
  border-bottom: 1px solid var(--is-black);
}

.home-premium-products article:last-child {
  border-bottom: 0;
}

.home-premium-products article > span,
.home-premium-products article > p {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home-premium-products article > p,
.home-premium-products h3,
.home-premium-products ul,
.home-premium-products a {
  grid-column: 2;
}

.home-premium-products h3 {
  max-width: 21ch;
  margin: 0.4rem 0;
  font-family: var(--is-display);
  font-size: clamp(2.2rem, 4.4vw, 4.6rem);
  line-height: 0.84;
  text-transform: uppercase;
}

.home-premium-products ul {
  margin: 0.7rem 0 1rem;
  padding-left: 1.1rem;
  font-size: 0.7rem;
}

.home-premium-products a {
  justify-self: start;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home-signature {
  display: grid;
  min-height: 25rem;
  grid-template-columns: minmax(10rem, 0.35fr) minmax(0, 1fr) minmax(16rem, 0.45fr);
  align-items: center;
}

.home-signature > * {
  height: 100%;
  padding: var(--is-pad);
  border-right: 1px solid var(--is-line);
}

.home-signature > span {
  display: grid;
  place-items: center;
  color: var(--is-red);
  font-family: var(--is-display);
  font-size: clamp(6rem, 13vw, 14rem);
  line-height: 0.72;
}

.home-signature > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.home-signature h2 {
  max-width: 17ch;
  margin: 1rem 0;
  font-family: var(--is-display);
  font-size: clamp(2.6rem, 5vw, 5.6rem);
  line-height: 0.84;
  text-transform: uppercase;
}

.home-signature > div > p:last-child {
  max-width: 52ch;
  margin: 0;
  color: var(--is-grey);
  font-size: 0.75rem;
}

.home-signature nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-right: 0;
}

.home-signature nav a {
  padding: 1rem 0;
  border-bottom: 1px solid var(--is-line);
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .home-front-grid,
  .home-video-layout,
  .home-premium {
    grid-template-columns: 1fr;
  }

  .home-front-lead {
    min-height: 0;
  }

  .home-front-briefs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-front-briefs-head,
  .home-front-all {
    grid-column: 1 / -1;
  }

  .home-front-briefs article:nth-of-type(odd) {
    border-right: 1px solid var(--is-line);
  }

  .home-latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-premium > header {
    min-height: 38rem;
    border-right: 0;
    border-bottom: 1px solid var(--is-black);
  }

  .home-signature {
    grid-template-columns: minmax(10rem, 0.3fr) minmax(0, 1fr);
  }

  .home-signature nav {
    grid-column: 1 / -1;
    border-top: 1px solid var(--is-line);
  }
}

@media (max-width: 720px) {
  .home-edition-bar {
    grid-template-columns: 1fr auto;
  }

  .home-edition-bar > :last-child {
    display: none;
  }

  .home-masthead {
    grid-template-columns: 1fr;
    padding-top: 3rem;
  }

  .home-masthead h1 {
    font-size: clamp(4.25rem, 24vw, 8rem);
  }

  .home-masthead h1 span {
    flex-basis: 100%;
  }

  .home-front-lead {
    grid-template-rows: minmax(17rem, 58vw) auto;
  }

  .home-front-lead-media {
    min-height: 17rem;
  }

  .home-front-lead-copy h2 {
    font-size: clamp(2.7rem, 14vw, 5.4rem);
  }

  .home-front-briefs,
  .home-latest-grid,
  .home-premium-products {
    grid-template-columns: 1fr;
  }

  .home-front-briefs article:nth-of-type(odd) {
    border-right: 0;
  }

  .home-latest-grid .story-card {
    min-height: 29rem;
  }

  .home-video-rail-intro {
    min-height: 10rem;
  }

  .home-video-empty,
  .home-signature {
    grid-template-columns: 1fr;
  }

  .home-video-empty > span {
    text-align: left;
  }

  .home-premium > header {
    min-height: 34rem;
  }

  .home-premium h2 {
    font-size: clamp(3rem, 14vw, 5.4rem);
  }

  .home-premium-products article {
    grid-template-columns: 2rem minmax(0, 1fr);
  }

  .home-signature > * {
    border-right: 0;
    border-bottom: 1px solid var(--is-line);
  }

  .home-signature > span {
    min-height: 13rem;
    place-items: end start;
  }

  .home-signature nav {
    grid-column: auto;
    border-top: 0;
  }
}
