.top-ten-editorial {
  overflow: hidden;
}

.top-ten-editorial .editorial-number {
  margin: 0;
  color: var(--color-espresso);
  font-family: var(--font-heading);
  font-size: clamp(8rem, 16vw, 15rem);
  font-weight: 600;
  letter-spacing: -0.09em;
  line-height: 0.72;
  pointer-events: none;
  user-select: none;
}

.top-ten-editorial .surface-felt .editorial-number {
  color: rgb(255 249 239 / 14%);
}

.top-ten-editorial .tte-text-link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  border-block-end: 0.125rem solid var(--color-brass);
  color: inherit;
  font-size: var(--text-small);
  font-weight: 600;
  letter-spacing: var(--tracking-button);
  line-height: 1.4;
  text-decoration: none;
  transition: color var(--transition-base), gap var(--transition-fast);
}

.top-ten-editorial .tte-text-link:hover {
  color: var(--color-brass);
  gap: calc(var(--space-2) + 0.1875rem);
}

.top-ten-editorial .tte-masthead {
  min-height: 32.5rem;
  padding-block: clamp(var(--space-8), 11vw, var(--space-10));
  background-color: var(--color-warm-ivory);
  background-image: linear-gradient(90deg, rgb(216 195 165 / 15%) 1px, transparent 1px), linear-gradient(rgb(216 195 165 / 11%) 1px, transparent 1px);
  background-size: 4.5rem 4.5rem;
}

.top-ten-editorial .tte-masthead__grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  min-height: 22rem;
  gap: var(--space-6);
}

.top-ten-editorial .tte-masthead__copy {
  grid-column: 1;
  align-self: center;
  min-width: 0;
  max-width: 45rem;
}

.top-ten-editorial .tte-masthead__eyebrow {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.top-ten-editorial .tte-masthead__eyebrow span {
  width: 3rem;
  height: 0.0625rem;
  background: var(--color-brass);
}

.top-ten-editorial .tte-masthead h1 {
  max-width: 45rem;
  font-size: clamp(3.5rem, 7vw, 4.25rem);
}

.top-ten-editorial .tte-masthead__lead {
  max-width: 37.5rem;
  font-size: var(--text-lead);
  line-height: 1.5;
}

.top-ten-editorial .tte-masthead__body {
  max-width: 37.5rem;
}

.top-ten-editorial .tte-masthead__action {
  width: fit-content;
}

.top-ten-editorial .tte-masthead__journey {
  grid-column: 2;
  align-self: end;
  justify-self: end;
  margin: 0;
  color: var(--color-brass);
  font-size: var(--text-utility);
  font-weight: 600;
  letter-spacing: var(--tracking-utility);
  line-height: 1.7;
  text-align: right;
}

.top-ten-editorial .tte-masthead__journey span {
  font-size: 1.4rem;
}

.top-ten-editorial .tte-masthead__journey-mobile {
  display: none;
  margin: var(--space-5) 0 0;
  color: var(--color-brass);
  font-size: var(--text-utility);
  font-weight: 600;
  letter-spacing: var(--tracking-utility);
}

.top-ten-editorial .tte-contents {
  padding-block: clamp(var(--space-7), 7vw, var(--space-9));
  background: var(--color-linen);
}

.top-ten-editorial .tte-contents__grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 9fr);
  gap: var(--space-6);
}

.top-ten-editorial .tte-contents__rail,
.top-ten-editorial .tte-contents__main {
  min-width: 0;
}

.top-ten-editorial .tte-contents__rail {
  grid-column: 1;
}

.top-ten-editorial .tte-contents__rail h2 {
  max-width: 15rem;
}

.top-ten-editorial .tte-contents__main {
  grid-column: 2;
}

.top-ten-editorial .tte-contents__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-ten-editorial .tte-contents__list li {
  min-width: 0;
  border-block-start: 0.0625rem solid var(--color-border);
}

.top-ten-editorial .tte-contents__list li:last-child {
  border-block-end: 0.0625rem solid var(--color-border);
}

.top-ten-editorial .tte-contents__list a {
  display: grid;
  grid-template-columns: 4.875rem minmax(0, 1fr);
  align-items: baseline;
  gap: var(--space-4);
  min-width: 0;
  padding: var(--space-4) 0;
  text-decoration: none;
}

.top-ten-editorial .tte-contents__list span {
  min-width: 0;
  color: var(--color-brass);
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.85;
}

.top-ten-editorial .tte-contents__list strong {
  min-width: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.02;
}

.top-ten-editorial .tte-contents__list a:hover strong {
  color: var(--color-brass);
  text-decoration: underline 0.125rem var(--color-brass);
  text-underline-offset: 0.2em;
}

.top-ten-editorial .tte-contents__note {
  max-width: 32.5rem;
  margin-top: var(--space-6);
  margin-left: auto;
}

.top-ten-editorial .tte-contents__note .rule {
  margin: 0 0 var(--space-4);
}

.top-ten-editorial .tte-contents__note p {
  margin: 0;
  font-size: var(--text-small);
}

.top-ten-editorial .tte-story {
  position: relative;
  padding-block: clamp(var(--space-8), 10vw, var(--space-10));
}

.top-ten-editorial .tte-story__deck {
  font-size: var(--text-lead);
  line-height: 1.5;
}

.top-ten-editorial .tte-story__closing {
  font-size: var(--text-body);
}

.top-ten-editorial .tte-story--one {
  padding-block-end: var(--space-10);
  background: var(--color-warm-ivory);
}

.top-ten-editorial .tte-story--one__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: var(--space-7);
  align-items: center;
}

.top-ten-editorial .tte-story--one__copy {
  grid-column: 1;
  min-width: 0;
  max-width: 38.75rem;
}

.top-ten-editorial .tte-story--one__copy .editorial-number {
  margin-bottom: var(--space-3);
}

.top-ten-editorial .tte-story--one__image {
  grid-column: 2;
  width: calc(100% + max(0px, (100vw - var(--container-max)) / 2));
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius-panel) 0 0 var(--radius-panel);
  box-shadow: var(--shadow-float);
}

.top-ten-editorial .tte-story--one__image img {
  width: 100%;
  height: clamp(28rem, 42vw, 40rem);
  max-width: none;
  object-fit: cover;
  object-position: right center;
  transition: transform var(--transition-base), filter var(--transition-base);
}

.top-ten-editorial .tte-story--one__image:hover img {
  filter: contrast(1.03) saturate(1.04);
  transform: scale(1.03);
}

.top-ten-editorial .tte-observations,
.top-ten-editorial .tte-detail-set,
.top-ten-editorial .tte-rule-group,
.top-ten-editorial .tte-reflections {
  min-width: 0;
}

.top-ten-editorial .tte-observations {
  margin-block: var(--space-6);
}

.top-ten-editorial .tte-observations > .eyebrow,
.top-ten-editorial .tte-detail-set > .eyebrow,
.top-ten-editorial .tte-rule-group > .eyebrow,
.top-ten-editorial .tte-reflections > .eyebrow {
  margin-bottom: var(--space-3);
}

.top-ten-editorial .tte-observations ol,
.top-ten-editorial .tte-detail-set ol,
.top-ten-editorial .tte-reflections ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-ten-editorial .tte-observations li,
.top-ten-editorial .tte-detail-set li,
.top-ten-editorial .tte-reflections li {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: var(--space-3);
  min-width: 0;
  padding-block: var(--space-3);
  border-block-start: 0.0625rem solid var(--color-border);
}

.top-ten-editorial .tte-observations li:last-child,
.top-ten-editorial .tte-detail-set li:last-child,
.top-ten-editorial .tte-reflections li:last-child {
  border-block-end: 0.0625rem solid var(--color-border);
}

.top-ten-editorial .tte-observations li > span,
.top-ten-editorial .tte-detail-set li > span,
.top-ten-editorial .tte-reflections li > span {
  color: var(--color-brass);
  font-size: var(--text-utility);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.top-ten-editorial .tte-observations li p,
.top-ten-editorial .tte-detail-set li p,
.top-ten-editorial .tte-reflections li p {
  margin: 0;
}

.top-ten-editorial .tte-story--two {
  background: var(--color-pale-sage);
}

.top-ten-editorial .tte-story--two__grid {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  gap: var(--space-6);
}

.top-ten-editorial .tte-story--two__rail {
  grid-column: 1;
  min-width: 0;
}

.top-ten-editorial .tte-story--two__rail .editorial-number {
  margin-bottom: var(--space-5);
}

.top-ten-editorial .tte-story--two__copy {
  position: relative;
  isolation: isolate;
  grid-column: 2;
  min-width: 0;
  max-width: 42.5rem;
  padding: var(--space-4) 0;
}

.top-ten-editorial .tte-felt-disc {
  position: absolute;
  z-index: -1;
  right: -11rem;
  bottom: -8rem;
  width: 22rem;
  height: 22rem;
  border: 0.0625rem solid rgb(53 37 31 / 20%);
  border-radius: 50%;
  background: rgb(38 51 46 / 10%);
}

.top-ten-editorial .tte-detail-set {
  margin-block: var(--space-6);
  padding-left: var(--space-5);
  border-inline-start: 0.125rem solid var(--color-brass);
}

.top-ten-editorial .tte-observations--compact {
  max-width: 38rem;
}

.top-ten-editorial .tte-story--three {
  padding-block: clamp(var(--space-8), 10vw, var(--space-10));
}

.top-ten-editorial .tte-story--three__grid {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  gap: var(--space-6);
}

.top-ten-editorial .tte-story--three__rail,
.top-ten-editorial .tte-story--three__copy {
  min-width: 0;
}

.top-ten-editorial .tte-story--three__rail {
  grid-column: 1;
}

.top-ten-editorial .tte-story--three__copy {
  grid-column: 2;
  max-width: 47.5rem;
}

.top-ten-editorial .tte-story--three__image {
  float: right;
  width: min(43%, 20rem);
  margin: var(--space-2) 0 var(--space-5) var(--space-5);
  overflow: hidden;
  border-radius: var(--radius-panel);
}

.top-ten-editorial .tte-story--three__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: right bottom;
}

.top-ten-editorial .tte-rule-groups {
  display: flex;
  clear: both;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-6);
}

.top-ten-editorial .tte-rule-group--threeup ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-ten-editorial .tte-rule-group--threeup li {
  min-width: 0;
  padding-top: var(--space-3);
  border-block-start: 0.0625rem solid var(--color-border-inverse);
}

.top-ten-editorial .tte-rule-group--threeup li > span {
  color: var(--color-brass);
  font-size: var(--text-utility);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.top-ten-editorial .tte-rule-group--threeup h3 {
  margin-top: var(--space-3);
  font-size: 1.75rem;
}

.top-ten-editorial .tte-rule-group--threeup p,
.top-ten-editorial .tte-rule-group--stacked p {
  margin-bottom: 0;
}

.top-ten-editorial .tte-rule-group--stacked {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
}

.top-ten-editorial .tte-rule-group--stacked ol {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-ten-editorial .tte-rule-group--stacked li {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: var(--space-3);
  min-width: 0;
  padding-block: var(--space-3);
  border-block-start: 0.0625rem solid var(--color-border-inverse);
}

.top-ten-editorial .tte-rule-group--stacked li:last-child {
  border-block-end: 0.0625rem solid var(--color-border-inverse);
}

.top-ten-editorial .tte-rule-group--stacked li span {
  color: var(--color-brass);
  font-size: var(--text-utility);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.top-ten-editorial .tte-rule-group--stacked .button {
  width: fit-content;
}

.top-ten-editorial .tte-story--four {
  background: var(--color-warm-ivory);
}

.top-ten-editorial .tte-story--four__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: var(--space-7);
}

.top-ten-editorial .tte-story--four__sequence,
.top-ten-editorial .tte-story--four__copy {
  min-width: 0;
}

.top-ten-editorial .tte-story--four__sequence {
  grid-column: 1;
}

.top-ten-editorial .tte-story--four__sequence .editorial-number {
  margin-top: calc(var(--space-5) * -1);
  margin-bottom: var(--space-6);
}

.top-ten-editorial .tte-story--four__sequence div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-3);
  color: var(--color-brass);
  font-size: var(--text-utility);
  font-weight: 600;
  letter-spacing: var(--tracking-utility);
}

.top-ten-editorial .tte-story--four__copy {
  grid-column: 2;
  max-width: 37.5rem;
}

.top-ten-editorial .tte-observations--after {
  margin-top: var(--space-6);
}

.top-ten-editorial .tte-story--five {
  position: relative;
  min-height: 48rem;
  padding-block: clamp(var(--space-8), 10vw, var(--space-10));
  background: var(--color-linen);
}

.top-ten-editorial .tte-story--five__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.top-ten-editorial .tte-story--five__media::after {
  position: absolute;
  inset: 0;
  background: rgb(53 37 31 / 12%);
  content: "";
}

.top-ten-editorial .tte-story--five__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.top-ten-editorial .tte-story--five__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  min-height: 32rem;
}

.top-ten-editorial .tte-story--five__copy {
  grid-column: 1;
  align-self: end;
  min-width: 0;
  max-width: 36.25rem;
  padding: var(--space-6);
  background: var(--color-linen);
  box-shadow: var(--shadow-float);
}

.top-ten-editorial .tte-story--five__copy .editorial-number {
  margin-bottom: var(--space-3);
}

.top-ten-editorial .tte-story--five__copy .button {
  width: fit-content;
}

.top-ten-editorial .tte-story--six {
  background-color: var(--color-linen);
  background-image: linear-gradient(var(--color-sand) 1px, transparent 1px), linear-gradient(90deg, var(--color-sand) 1px, transparent 1px);
  background-position: center;
  background-size: 12rem 12rem;
}

.top-ten-editorial .tte-story--six__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-5) var(--space-4);
}

.top-ten-editorial .tte-story--six__title {
  grid-column: 1 / span 7;
  min-width: 0;
  max-width: 38.75rem;
}

.top-ten-editorial .tte-story--six__number {
  grid-column: 8 / span 5;
  min-width: 0;
  text-align: right;
}

.top-ten-editorial .tte-story--six__features {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-5);
  min-width: 0;
  margin-top: var(--space-5);
}

.top-ten-editorial .tte-story--six__features section {
  min-width: 0;
  max-width: 26.25rem;
  padding-top: var(--space-5);
  border-block-start: 0.125rem solid var(--color-espresso);
}

.top-ten-editorial .tte-story--six__features section:nth-child(2) {
  margin-top: var(--space-6);
}

.top-ten-editorial .tte-story--six__features section:nth-child(3) {
  margin-top: var(--space-9);
}

.top-ten-editorial .tte-story--six__features span {
  color: var(--color-brass);
  font-size: var(--text-utility);
  font-weight: 600;
  letter-spacing: var(--tracking-utility);
}

.top-ten-editorial .tte-story--six__features h3 {
  margin-top: var(--space-3);
}

.top-ten-editorial .tte-story--six__features p {
  margin-bottom: 0;
}

.top-ten-editorial .tte-story--six__closing {
  grid-column: 8 / span 5;
  display: flex;
  min-width: 0;
  max-width: 26.25rem;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  margin-top: var(--space-6);
  padding-top: var(--space-5);
  border-block-start: 0.0625rem solid var(--color-border);
}

.top-ten-editorial .tte-story--six__closing p {
  margin: 0;
}

.top-ten-editorial .tte-story--six__closing .button {
  width: fit-content;
}

.top-ten-editorial .tte-story--seven {
  padding-block: 0;
}

.top-ten-editorial .tte-story--seven__grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: var(--space-7);
  align-items: stretch;
}

.top-ten-editorial .tte-story--seven__copy {
  position: relative;
  grid-column: 1;
  min-width: 0;
  max-width: 40rem;
  padding-block: clamp(var(--space-8), 10vw, var(--space-10));
}

.top-ten-editorial .tte-story--seven__copy > .editorial-number {
  position: absolute;
  top: clamp(var(--space-8), 10vw, var(--space-10));
  left: -1rem;
  z-index: 0;
}

.top-ten-editorial .tte-story--seven__copy > :not(.editorial-number) {
  position: relative;
  z-index: 1;
}

.top-ten-editorial .tte-story--seven__copy h2,
.top-ten-editorial .tte-story--seven__copy .tte-story__deck {
  max-width: 40rem;
}

.top-ten-editorial .tte-story--seven__image-desktop {
  grid-column: 2;
  width: calc(100% + max(0px, (100vw - var(--container-max)) / 2));
  min-width: 0;
  overflow: hidden;
}

.top-ten-editorial .tte-story--seven__image-desktop img {
  width: 100%;
  height: 100%;
  min-height: 44rem;
  max-width: none;
  object-fit: cover;
  object-position: right bottom;
}

.top-ten-editorial .tte-story--seven__image {
  display: none;
}

.top-ten-editorial .tte-reflections {
  max-width: 35rem;
  margin-block: var(--space-6);
}

.top-ten-editorial .tte-reflections li {
  border-color: var(--color-border-inverse);
}

.top-ten-editorial .tte-story--seven__actions {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
}

.top-ten-editorial .tte-story--seven__actions p {
  margin: 0;
  max-width: 35rem;
}

.top-ten-editorial .tte-story--seven__actions > div {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.top-ten-editorial .tte-story--seven__actions .button {
  width: fit-content;
}

.top-ten-editorial .tte-signoff {
  padding: var(--space-9) var(--gutter);
  background: var(--color-warm-ivory);
}

.top-ten-editorial .tte-signoff__block {
  display: flex;
  width: min(100%, 32.5rem);
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  margin-inline: auto;
}

.top-ten-editorial .tte-signoff__block .rule {
  margin: 0 0 var(--space-2);
}

.top-ten-editorial .tte-signoff__block h2,
.top-ten-editorial .tte-signoff__block p {
  margin: 0;
}

.top-ten-editorial .tte-signoff__block h2 {
  font-size: var(--text-intro);
}

.top-ten-editorial .tte-signoff__colophon {
  color: var(--color-brass);
  font-size: var(--text-small);
  font-weight: 600;
  letter-spacing: var(--tracking-utility);
}

@media (max-width: 61.24rem) {
  .top-ten-editorial .tte-masthead__grid {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .top-ten-editorial .tte-masthead__copy {
    grid-column: 1;
  }

  .top-ten-editorial .tte-masthead__journey {
    display: none;
  }

  .top-ten-editorial .tte-masthead__journey-mobile {
    display: block;
  }

  .top-ten-editorial .tte-story--five {
    min-height: 0;
    padding-block: 0 var(--space-7);
    background: var(--color-linen);
  }

  .top-ten-editorial .tte-story--five__media {
    position: relative;
    height: auto;
  }

  .top-ten-editorial .tte-story--five__media::after {
    display: none;
  }

  .top-ten-editorial .tte-story--five__media img {
    height: auto;
    aspect-ratio: 4 / 3;
    object-position: center;
  }

  .top-ten-editorial .tte-story--five__grid {
    display: block;
    min-height: 0;
    padding-top: var(--space-7);
  }

  .top-ten-editorial .tte-story--five__copy {
    max-width: none;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
}

@media (max-width: 59.99rem) {
  .top-ten-editorial .tte-story--three__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .top-ten-editorial .tte-story--three__rail,
  .top-ten-editorial .tte-story--three__copy {
    grid-column: 1;
  }

  .top-ten-editorial .tte-story--three__copy {
    max-width: none;
  }

  .top-ten-editorial .tte-story--three__image {
    float: none;
    width: calc(100% + (var(--gutter) * 2));
    margin: var(--space-6) calc(var(--gutter) * -1);
    border-radius: 0;
  }

  .top-ten-editorial .tte-rule-group--threeup ol {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .top-ten-editorial .tte-rule-group--threeup li {
    padding-block: var(--space-4);
  }
}

@media (max-width: 58.74rem) {
  .top-ten-editorial .tte-story--two__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .top-ten-editorial .tte-story--two__rail,
  .top-ten-editorial .tte-story--two__copy {
    grid-column: 1;
  }

  .top-ten-editorial .tte-story--two__copy {
    max-width: none;
    padding: 0;
  }

  .top-ten-editorial .tte-felt-disc {
    display: none;
  }
}

@media (max-width: 57.49rem) {
  .top-ten-editorial .tte-story--six__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-6);
  }

  .top-ten-editorial .tte-story--six__title,
  .top-ten-editorial .tte-story--six__number,
  .top-ten-editorial .tte-story--six__features,
  .top-ten-editorial .tte-story--six__closing {
    grid-column: 1;
  }

  .top-ten-editorial .tte-story--six__number {
    order: -1;
    text-align: left;
  }

  .top-ten-editorial .tte-story--six__features {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-5);
    margin-top: 0;
  }

  .top-ten-editorial .tte-story--six__features section:nth-child(2),
  .top-ten-editorial .tte-story--six__features section:nth-child(3) {
    margin-top: 0;
  }

  .top-ten-editorial .tte-story--six__closing {
    max-width: none;
    margin-top: 0;
  }
}

@media (max-width: 56.24rem) {
  .top-ten-editorial .tte-contents__grid,
  .top-ten-editorial .tte-story--one__grid,
  .top-ten-editorial .tte-story--four__grid,
  .top-ten-editorial .tte-story--seven__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .top-ten-editorial .tte-contents__rail,
  .top-ten-editorial .tte-contents__main,
  .top-ten-editorial .tte-story--one__copy,
  .top-ten-editorial .tte-story--one__image,
  .top-ten-editorial .tte-story--four__sequence,
  .top-ten-editorial .tte-story--four__copy,
  .top-ten-editorial .tte-story--seven__copy,
  .top-ten-editorial .tte-story--seven__image-desktop {
    grid-column: 1;
  }

  .top-ten-editorial .tte-story--one__grid {
    gap: var(--space-5);
  }

  .top-ten-editorial .tte-story--one__copy,
  .top-ten-editorial .tte-story--four__copy,
  .top-ten-editorial .tte-story--seven__copy {
    max-width: none;
  }

  .top-ten-editorial .tte-story--one__image {
    width: calc(100% + (var(--gutter) * 2));
    order: 2;
    margin-inline: calc(var(--gutter) * -1);
    border-radius: 0;
    box-shadow: none;
  }

  .top-ten-editorial .tte-story--one__image img {
    height: auto;
    aspect-ratio: 4 / 3;
    object-position: right center;
  }

  .top-ten-editorial .tte-story--four__grid {
    gap: var(--space-5);
  }

  .top-ten-editorial .tte-story--four__sequence .editorial-number {
    margin-top: 0;
    margin-bottom: var(--space-4);
  }

  .top-ten-editorial .tte-story--four__sequence div {
    gap: var(--space-2);
  }

  .top-ten-editorial .tte-story--seven__grid {
    gap: 0;
  }

  .top-ten-editorial .tte-story--seven__copy {
    padding-block: var(--space-8) var(--space-6);
  }

  .top-ten-editorial .tte-story--seven__image-desktop {
    display: none;
  }

  .top-ten-editorial .tte-story--seven__image {
    display: block;
    width: calc(100% + (var(--gutter) * 2));
    margin: var(--space-6) calc(var(--gutter) * -1);
  }

  .top-ten-editorial .tte-story--seven__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: right bottom;
  }
}

@media (max-width: 42.49rem) {
  .top-ten-editorial .tte-masthead {
    min-height: 0;
    padding-block: var(--space-7);
    background-size: 3rem 3rem;
  }

  .top-ten-editorial .tte-masthead h1 {
    font-size: 2.625rem;
  }

  .top-ten-editorial .tte-masthead__lead {
    font-size: var(--text-lead);
  }

  .top-ten-editorial .tte-masthead__action {
    width: 100%;
  }

  .top-ten-editorial .tte-contents__list a {
    grid-template-columns: 3.375rem minmax(0, 1fr);
    gap: var(--space-3);
  }

  .top-ten-editorial .tte-contents__list span {
    font-size: 2.625rem;
  }

  .top-ten-editorial .tte-contents__list strong {
    font-size: 1.75rem;
  }

  .top-ten-editorial .tte-contents__note {
    max-width: none;
    margin-left: 0;
  }

  .top-ten-editorial .tte-story {
    padding-block: var(--space-7);
  }

  .top-ten-editorial .editorial-number {
    font-size: clamp(5.5rem, 26vw, 6.5rem);
  }

  .top-ten-editorial .tte-story h2 {
    font-size: 2.25rem;
  }

  .top-ten-editorial .tte-story__deck {
    font-size: var(--text-body);
  }

  .top-ten-editorial .tte-observations li,
  .top-ten-editorial .tte-detail-set li,
  .top-ten-editorial .tte-reflections li {
    grid-template-columns: 1.75rem minmax(0, 1fr);
  }

  .top-ten-editorial .tte-story--three__image,
  .top-ten-editorial .tte-story--seven__image {
    width: calc(100% + (var(--gutter) * 2));
  }

  .top-ten-editorial .tte-rule-group--stacked .button,
  .top-ten-editorial .tte-story--five__copy .button,
  .top-ten-editorial .tte-story--six__closing .button {
    width: 100%;
  }

  .top-ten-editorial .tte-story--seven__actions > div {
    width: 100%;
    flex-direction: column;
  }

  .top-ten-editorial .tte-story--seven__actions .button {
    width: 100%;
  }

  .top-ten-editorial .tte-signoff {
    padding-block: var(--space-7);
  }
}

@media (prefers-reduced-motion: reduce) {
  .top-ten-editorial .tte-story--one__image:hover img {
    filter: none;
    transform: none;
  }

  .top-ten-editorial .tte-text-link:hover {
    gap: var(--space-2);
  }
}
