.tt-index-wrap {
  width: min(calc(100% - 1rem), 1680px);
}

.tt-index-content {
  padding-left: 0;
}

.tt-index-content h1,
.tt-index-content .pb-lede {
  text-align: center;
}

.tt-index-content h1 {
  margin-bottom: 0.35rem;
}

.tt-index-content .pb-lede {
  margin: 0 auto clamp(1.8rem, 4vw, 3rem);
}

.tt-featured-publication {
  display: block;
  width: min(100%, 1600px);
  margin: 0 auto clamp(2.5rem, 6vw, 4.5rem);
  color: var(--pb-heading);
  text-decoration: none;
}

.tt-featured-publication figure {
  margin: 0;
}

.tt-featured-visual {
  position: relative;
  overflow: hidden;
  border: 1px dashed var(--pb-accent);
  border-radius: var(--radius-md);
  background: #171716;
  box-shadow: 0 14px 34px rgb(0 0 0 / 0.24);
}

.tt-featured-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.tt-featured-overlay {
  position: absolute;
  inset: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: clamp(1.25rem, 4vw, 3rem);
  background: rgb(8 9 9 / 0.58);
  opacity: 0;
  transition: opacity 220ms ease;
  text-align: center;
}

.tt-featured-publication:hover .tt-featured-overlay,
.tt-featured-publication:focus-visible .tt-featured-overlay {
  opacity: 1;
}

.tt-featured-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4.5vw, 3.5rem);
  line-height: 1.1;
}

.tt-featured-cue,
.tt-featured-publication figcaption small {
  color: var(--pb-accent);
  font-family: var(--font-mono);
  font-size: var(--text-sm);
}

.tt-featured-publication figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0.25rem 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 6vw, 1.8rem);
  line-height: 1.2;
}

.tt-project-gallery {
  width: min(100%, 780px);
  margin: 0 auto clamp(2.5rem, 6vw, 4.5rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 2.5vw, 1.8rem);
}

.tt-project-tile .pb-tile-front {
  background-color: #171716;
  background-size: cover;
}

.tt-project-tile .pb-tile-back {
  font-family: var(--font-display);
  font-size: clamp(2.64rem, 2.52rem + 0.36vw, 2.88rem);
  line-height: 1.05;
}

.tt-project-tile .pb-tile-back strong {
  color: var(--pb-accent);
  font: inherit;
}

.tt-contact-note {
  max-width: 62ch;
  margin-inline: auto;
  color: var(--pb-muted);
}

.tt-contact-note p:first-child {
  color: var(--pb-heading);
}

.tt-contact-note {
  margin-top: clamp(2.5rem, 6vw, 4.5rem);
  text-align: center;
}

.tt-contact-note p {
  margin: 0.45rem 0;
}

.tt-contact-note p:first-child {
  font-family: var(--font-display);
  font-size: var(--text-lede);
}

.tt-contact-note a {
  color: var(--pb-heading);
  text-underline-offset: 4px;
}

.tt-contact-note strong {
  color: var(--pb-accent);
}

@media (hover: hover) and (pointer: fine) and (min-width: 761px) {
  .tt-featured-overlay {
    display: flex;
  }

  .tt-featured-publication figcaption {
    display: none;
  }
}

@media (max-width: 480px) {
  .tt-featured-publication figcaption {
    display: block;
  }

  .tt-featured-publication figcaption small {
    display: block;
    margin-top: 0.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tt-featured-overlay {
    transition: none;
  }
}
