@font-face {
  font-family: "Satoshi";
  src: url("/vendor/fonts/Satoshi-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi Black";
  src: url("/vendor/fonts/Satoshi-Black.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --tm-paper: #f1eee7;
  --tm-paper-deep: #e5e0d7;
  --tm-ink: #080808;
  --tm-soft-ink: #262420;
  --tm-red: #ca1234;
  --tm-line: rgba(8, 8, 8, 0.23);
  --tm-white-line: rgba(241, 238, 231, 0.26);
  --tm-shell: 1420px;
  --tm-gutter: clamp(1.15rem, 3.6vw, 3.6rem);
  --tm-ease: cubic-bezier(0.2, 0.72, 0.25, 1);
}

html {
  background: var(--tm-ink);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--tm-ink);
  color: var(--tm-ink);
  font-family: "Satoshi", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.tm-page,
.tm-page *,
.tm-footer,
.tm-footer * {
  box-sizing: border-box;
}

.tm-page a,
.tm-footer a {
  color: inherit;
}

.tm-shell {
  width: min(calc(100% - (var(--tm-gutter) * 2)), var(--tm-shell));
  margin-inline: auto;
}

.tm-hero {
  min-height: max(47rem, 100svh);
  overflow: hidden;
  background: var(--tm-paper);
}

.tm-hero-inner {
  min-height: max(47rem, 100svh);
  padding-block: clamp(1.4rem, 3vw, 2.8rem) clamp(1.5rem, 3vw, 2.6rem);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto minmax(0, 1fr) auto;
  column-gap: clamp(0.65rem, 1.35vw, 1.3rem);
  position: relative;
}

.tm-document-line {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--tm-line);
  color: var(--tm-soft-ink);
  font-size: clamp(0.62rem, 0.72vw, 0.75rem);
  font-weight: 750;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.tm-hero-copy {
  grid-column: 1 / 9;
  grid-row: 2;
  align-self: center;
  position: relative;
  z-index: 2;
  padding-block: clamp(2.5rem, 5vh, 4.75rem);
}

.tm-kicker {
  margin: 0 0 clamp(1.5rem, 3vh, 2.5rem);
  color: var(--tm-red);
  font-size: clamp(0.68rem, 0.8vw, 0.82rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tm-title {
  margin: 0;
  color: var(--tm-ink);
  font-family: "Satoshi Black", "Arial Narrow", sans-serif;
  font-size: clamp(6.2rem, 12vw, 12rem);
  font-weight: 900;
  letter-spacing: -0.085em;
  line-height: 0.72;
  text-transform: uppercase;
}

.tm-title > span {
  display: block;
  width: max-content;
}

.tm-title-core {
  color: var(--tm-red);
}

.tm-title-team {
  margin-left: clamp(2rem, 7vw, 7rem);
}

.tm-hero-deck {
  width: min(100%, 43rem);
  margin: clamp(2rem, 4vh, 3.3rem) 0 0;
  padding-left: clamp(1rem, 2vw, 2rem);
  border-left: 0.38rem solid var(--tm-red);
  color: var(--tm-soft-ink);
  font-size: clamp(0.86rem, 1.05vw, 1.05rem);
  font-weight: 550;
  letter-spacing: -0.01em;
  line-height: 1.55;
}

.tm-contact-sheet {
  grid-column: 8 / -1;
  grid-row: 2;
  align-self: center;
  justify-self: stretch;
  height: min(60vh, 36rem);
  min-height: 28rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(0.22rem, 0.45vw, 0.45rem);
  position: relative;
  z-index: 1;
}

.tm-contact-frame {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  position: relative;
  background: #b8b4ad;
  color: var(--tm-paper);
  text-decoration: none;
  isolation: isolate;
}

.tm-contact-frame:nth-child(2),
.tm-contact-frame:nth-child(5) {
  margin-top: clamp(0.8rem, 2.2vh, 1.5rem);
}

.tm-contact-frame:nth-child(3),
.tm-contact-frame:nth-child(4) {
  margin-bottom: clamp(0.7rem, 1.7vh, 1.2rem);
}

.tm-contact-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.74), transparent 42%);
  opacity: 0.46;
  pointer-events: none;
  transition: opacity 450ms var(--tm-ease);
}

.tm-contact-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.22) contrast(1.04);
  transform: scale(1.015);
  transition: filter 550ms var(--tm-ease), transform 750ms var(--tm-ease);
}

.tm-contact-frame:nth-child(3) img {
  object-position: 50% 22%;
}

.tm-contact-frame span {
  position: absolute;
  left: clamp(0.55rem, 0.9vw, 0.85rem);
  right: 0.5rem;
  bottom: clamp(0.48rem, 0.8vw, 0.72rem);
  z-index: 2;
  display: flex;
  align-items: baseline;
  gap: 0.42rem;
  font-size: clamp(0.56rem, 0.7vw, 0.68rem);
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.78;
  transform: translateY(0.2rem);
  transition: opacity 350ms var(--tm-ease), transform 500ms var(--tm-ease);
}

.tm-contact-frame b {
  color: #ff3658;
  font-weight: 900;
}

.tm-contact-frame:hover::after,
.tm-contact-frame:focus-visible::after {
  opacity: 0.8;
}

.tm-contact-frame:hover img,
.tm-contact-frame:focus-visible img {
  filter: saturate(1) contrast(1);
  transform: scale(1.055);
}

.tm-contact-frame:hover span,
.tm-contact-frame:focus-visible span {
  opacity: 1;
  transform: translateY(0);
}

.tm-contact-frame:focus-visible {
  outline: 0.2rem solid var(--tm-red);
  outline-offset: 0.15rem;
}

.tm-hero-foot {
  grid-column: 1 / -1;
  grid-row: 3;
  display: grid;
  grid-template-columns: auto minmax(2rem, 1fr) auto;
  align-items: center;
  gap: 1rem;
  color: var(--tm-soft-ink);
  font-size: clamp(0.64rem, 0.76vw, 0.76rem);
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tm-hero-foot-line {
  height: 1px;
  background: var(--tm-line);
}

.tm-hero-foot a {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.tm-hero-foot a span {
  color: var(--tm-red);
  font-size: 1rem;
}

.tm-ecosystem {
  overflow: hidden;
  background: var(--tm-ink);
  color: var(--tm-paper);
  padding-block: clamp(6.5rem, 11vw, 11rem);
}

.tm-ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 2.6rem);
}

.tm-ecosystem-index,
.tm-section-index,
.tm-connect-index {
  margin: 0;
  color: var(--tm-red);
  font-size: clamp(0.65rem, 0.78vw, 0.78rem);
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.tm-ecosystem-index {
  grid-column: 1 / 4;
}

.tm-ecosystem-title {
  grid-column: 1 / 9;
  margin: clamp(2.5rem, 5vw, 5.5rem) 0 0;
  font-family: "Satoshi Black", "Arial Narrow", sans-serif;
  font-size: clamp(5.2rem, 10.6vw, 10.5rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.78;
  text-transform: uppercase;
}

.tm-ecosystem-title span {
  color: var(--tm-red);
}

.tm-ecosystem-copy {
  grid-column: 9 / -1;
  align-self: end;
  max-width: 29rem;
  margin: 0 0 0.65rem;
  padding-top: 1rem;
  border-top: 1px solid var(--tm-white-line);
  color: rgba(241, 238, 231, 0.68);
  font-size: clamp(0.96rem, 1.25vw, 1.18rem);
  line-height: 1.55;
}

.tm-discipline-map {
  grid-column: 1 / -1;
  margin-top: clamp(3.8rem, 7vw, 7rem);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-block: 1px solid var(--tm-white-line);
}

.tm-discipline-map span {
  min-height: clamp(7.5rem, 12vw, 11rem);
  padding: clamp(1rem, 1.6vw, 1.6rem);
  display: flex;
  align-items: flex-end;
  border-left: 1px solid var(--tm-white-line);
  color: var(--tm-paper);
  font-size: clamp(0.72rem, 1.05vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-transform: uppercase;
}

.tm-discipline-map span:first-child {
  border-left: 0;
}

.tm-discipline-map span:nth-child(2),
.tm-discipline-map span:nth-child(5) {
  background: var(--tm-red);
}

.tm-discipline-map span:nth-child(3) {
  background: var(--tm-paper);
  color: var(--tm-ink);
}

.tm-roster {
  background: var(--tm-paper);
  color: var(--tm-ink);
  padding-block: clamp(6.5rem, 10vw, 10rem) clamp(7rem, 12vw, 12rem);
}

.tm-roster-head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  gap: 1rem;
  padding-bottom: clamp(3.2rem, 6vw, 6rem);
  border-bottom: 1px solid var(--tm-line);
}

.tm-section-index {
  grid-column: 1 / 4;
  align-self: start;
}

.tm-roster-title {
  grid-column: 4 / 11;
  margin: 0;
  font-family: "Satoshi Black", "Arial Narrow", sans-serif;
  font-size: clamp(4.8rem, 9.6vw, 9.4rem);
  font-weight: 900;
  letter-spacing: -0.078em;
  line-height: 0.78;
  text-transform: uppercase;
}

.tm-roster-title span {
  display: block;
  color: var(--tm-red);
}

.tm-roster-instruction {
  grid-column: 11 / -1;
  margin: 0;
  color: rgba(8, 8, 8, 0.52);
  font-size: clamp(0.62rem, 0.75vw, 0.75rem);
  font-weight: 760;
  letter-spacing: 0.14em;
  text-align: right;
  text-transform: uppercase;
}

.tm-roster-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(22rem, 0.82fr);
  gap: clamp(3rem, 6vw, 7rem);
  align-items: start;
  padding-top: clamp(3.5rem, 7vw, 6.5rem);
}

.tm-stage {
  height: min(78svh, 49rem);
  min-height: 37rem;
  position: sticky;
  top: clamp(1.5rem, 4vh, 3rem);
  align-self: start;
  overflow: hidden;
  background: var(--tm-ink);
}

.tm-stage-portrait {
  height: calc(100% - 7.5rem);
  overflow: hidden;
  position: relative;
  background: #2b2926;
}

.tm-stage-portrait::before,
.tm-stage-portrait::after {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.tm-stage-portrait::before {
  inset: 0;
  background:
    linear-gradient(to right, transparent 49.9%, rgba(241, 238, 231, 0.2) 50%, transparent 50.1%),
    linear-gradient(to bottom, transparent 49.9%, rgba(241, 238, 231, 0.2) 50%, transparent 50.1%);
  opacity: 0.45;
}

.tm-stage-portrait::after {
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.tm-stage-layer {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.045);
  transition: opacity 520ms var(--tm-ease), transform 850ms var(--tm-ease);
}

.tm-stage-layer.is-active {
  opacity: 1;
  transform: scale(1);
}

.tm-stage-layer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}

.tm-stage-layer[data-stage-member="vinil"] img {
  object-position: 50% 22%;
}

.tm-stage-number {
  position: absolute;
  right: clamp(1rem, 2vw, 2rem);
  bottom: clamp(0.45rem, 1vw, 0.85rem);
  z-index: 4;
  color: var(--tm-red);
  font-family: "Satoshi Black", sans-serif;
  font-size: clamp(4.6rem, 8vw, 8rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.tm-stage-cross {
  position: absolute;
  z-index: 4;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 1px solid var(--tm-paper);
  border-left: 1px solid var(--tm-paper);
  opacity: 0.65;
}

.tm-stage-cross-a {
  top: 1rem;
  left: 1rem;
}

.tm-stage-cross-b {
  right: 1rem;
  bottom: 1rem;
  transform: rotate(180deg);
}

.tm-stage-credit {
  height: 7.5rem;
  padding: 1.25rem clamp(1.2rem, 2vw, 2rem);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  background: var(--tm-ink);
  color: var(--tm-paper);
}

.tm-stage-credit > span {
  font-family: "Satoshi Black", sans-serif;
  font-size: clamp(1.5rem, 2.7vw, 2.7rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.95;
  text-transform: uppercase;
}

.tm-stage-credit small {
  max-width: 12rem;
  color: rgba(241, 238, 231, 0.64);
  font-size: clamp(0.7rem, 0.9vw, 0.85rem);
  font-weight: 650;
  line-height: 1.3;
  text-align: right;
}

.tm-member-list {
  min-width: 0;
}

.tm-member {
  min-height: 34svh;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--tm-line);
  scroll-margin-top: 10vh;
}

.tm-member:last-child {
  border-bottom: 1px solid var(--tm-line);
}

.tm-member-trigger {
  width: 100%;
  padding: clamp(1.5rem, 3vw, 3rem) 0;
  display: grid;
  grid-template-columns: 2.3rem minmax(0, 1fr) auto;
  align-items: start;
  gap: clamp(0.8rem, 1.7vw, 1.7rem);
  border: 0;
  background: transparent;
  color: var(--tm-ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.tm-member-trigger:focus-visible {
  outline: 0.18rem solid var(--tm-red);
  outline-offset: 0.35rem;
}

.tm-member-index {
  padding-top: 0.35rem;
  color: rgba(8, 8, 8, 0.42);
  font-size: clamp(0.66rem, 0.75vw, 0.76rem);
  font-weight: 800;
  letter-spacing: 0.13em;
}

.tm-member-copy {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.tm-member-copy strong {
  color: var(--tm-ink);
  font-family: "Satoshi Black", "Arial Narrow", sans-serif;
  font-size: clamp(2.55rem, 4.5vw, 4.7rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.88;
  text-transform: uppercase;
  transform-origin: left center;
  transition: transform 500ms var(--tm-ease);
}

.tm-member-copy small {
  color: rgba(8, 8, 8, 0.57);
  font-size: clamp(0.76rem, 0.95vw, 0.95rem);
  font-weight: 650;
  letter-spacing: 0.01em;
}

.tm-member-mark {
  color: rgba(8, 8, 8, 0.28);
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  line-height: 1;
  opacity: 0.55;
  transform: rotate(0deg);
  transition: opacity 350ms var(--tm-ease), transform 550ms var(--tm-ease);
}

.tm-member.is-active .tm-member-index,
.tm-member.is-active .tm-member-copy strong {
  color: var(--tm-red);
}

.tm-member.is-active .tm-member-copy strong {
  transform: translateX(0.35rem);
}

.tm-member.is-active .tm-member-mark {
  color: var(--tm-red);
  opacity: 1;
  transform: rotate(-45deg);
}

.tm-member-mobile-media {
  display: none;
  margin: 0;
}

.tm-connect {
  overflow: hidden;
  background: var(--tm-red);
  color: var(--tm-paper);
  padding-block: clamp(6.5rem, 11vw, 11rem);
}

.tm-connect-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  gap: clamp(1rem, 2vw, 2rem);
}

.tm-connect-index {
  grid-column: 1 / 4;
  align-self: start;
  color: var(--tm-paper);
}

.tm-connect-title {
  grid-column: 1 / 10;
  margin: clamp(3.5rem, 7vw, 7rem) 0 0;
  color: var(--tm-paper);
  font-family: "Satoshi Black", "Arial Narrow", sans-serif;
  font-size: clamp(6.2rem, 13vw, 13rem);
  font-weight: 900;
  letter-spacing: -0.085em;
  line-height: 0.7;
  text-transform: uppercase;
}

.tm-connect-title span {
  display: block;
  color: var(--tm-ink);
  margin-left: clamp(2rem, 9vw, 9rem);
}

.tm-connect-copy {
  grid-column: 2 / 7;
  margin: clamp(3.2rem, 6vw, 6rem) 0 0;
  max-width: 32rem;
  color: rgba(241, 238, 231, 0.82);
  font-size: clamp(1.1rem, 1.8vw, 1.65rem);
  line-height: 1.35;
}

.tm-connect-copy strong {
  color: var(--tm-ink);
  font-weight: 900;
  text-transform: uppercase;
}

.tm-connect-link {
  grid-column: 9 / -1;
  align-self: end;
  min-height: 7rem;
  padding: clamp(1rem, 2vw, 1.8rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: var(--tm-ink);
  color: var(--tm-paper) !important;
  font-size: clamp(0.78rem, 1vw, 0.95rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.tm-connect-link svg {
  width: clamp(2.5rem, 4vw, 4rem);
  stroke: currentColor;
  stroke-width: 1.5;
  transform: translateX(0);
  transition: transform 500ms var(--tm-ease);
}

.tm-connect-link:hover svg,
.tm-connect-link:focus-visible svg {
  transform: translateX(0.45rem);
}

.tm-connect-link:focus-visible {
  outline: 0.18rem solid var(--tm-paper);
  outline-offset: 0.25rem;
}

.tm-footer {
  background: var(--tm-ink);
  color: var(--tm-paper);
}

.tm-footer-inner {
  min-height: 15rem;
  padding-block: clamp(3rem, 6vw, 6rem) 7.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid var(--tm-white-line);
}

.tm-footer a {
  color: var(--tm-paper);
  font-size: clamp(1rem, 1.65vw, 1.45rem);
  font-weight: 650;
  text-decoration-color: var(--tm-red);
  text-underline-offset: 0.35rem;
}

.tm-footer p {
  margin: 0;
  color: rgba(241, 238, 231, 0.48);
  font-size: 0.74rem;
  line-height: 1.5;
  text-align: right;
}

.tm-js .tm-reveal {
  opacity: 0;
  transform: translateY(1.5rem);
}

.tm-js .tm-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 700ms var(--tm-ease), transform 850ms var(--tm-ease);
}

.tm-js .tm-title-core.is-in {
  transition-delay: 80ms;
}

.tm-js .tm-title-team.is-in,
.tm-js .tm-hero-deck.is-in {
  transition-delay: 150ms;
}

.tm-js .tm-contact-frame:nth-child(2).is-in,
.tm-js .tm-contact-frame:nth-child(5).is-in {
  transition-delay: 90ms;
}

.tm-js .tm-contact-frame:nth-child(3).is-in,
.tm-js .tm-contact-frame:nth-child(6).is-in {
  transition-delay: 180ms;
}

@media screen and (max-width: 1120px) {
  .tm-hero-copy {
    grid-column: 1 / 10;
  }

  .tm-contact-sheet {
    grid-column: 8 / -1;
    opacity: 0.82;
  }

  .tm-roster-layout {
    grid-template-columns: minmax(0, 1.06fr) minmax(20rem, 0.94fr);
    gap: 3rem;
  }

  .tm-stage {
    min-height: 33rem;
  }

  .tm-stage-credit {
    flex-direction: column;
    justify-content: center;
    gap: 0.35rem;
  }

  .tm-stage-credit small {
    max-width: none;
    text-align: left;
  }

  .tm-member-copy strong {
    font-size: clamp(2.35rem, 4.6vw, 3.9rem);
  }
}

@media screen and (max-width: 900px) {
  .tm-hero,
  .tm-hero-inner {
    min-height: auto;
  }

  .tm-hero-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    padding-bottom: 2rem;
  }

  .tm-document-line,
  .tm-hero-copy,
  .tm-contact-sheet,
  .tm-hero-foot {
    grid-column: 1;
  }

  .tm-document-line {
    grid-row: 1;
  }

  .tm-hero-copy {
    grid-row: 2;
    padding-block: clamp(3rem, 10vw, 5rem);
  }

  .tm-title {
    font-size: clamp(5rem, 20vw, 9.2rem);
  }

  .tm-title-team {
    margin-left: clamp(1.25rem, 6vw, 4rem);
  }

  .tm-hero-deck {
    width: min(100%, 38rem);
  }

  .tm-contact-sheet {
    grid-row: 3;
    height: auto;
    min-height: 0;
    aspect-ratio: 1.58 / 1;
    opacity: 1;
  }

  .tm-contact-frame:nth-child(2),
  .tm-contact-frame:nth-child(5) {
    margin-top: 0.75rem;
  }

  .tm-contact-frame:nth-child(3),
  .tm-contact-frame:nth-child(4) {
    margin-bottom: 0.75rem;
  }

  .tm-hero-foot {
    grid-row: 4;
    margin-top: 2rem;
  }

  .tm-ecosystem-grid,
  .tm-roster-head,
  .tm-connect-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .tm-ecosystem-index,
  .tm-section-index,
  .tm-connect-index {
    grid-column: 1 / 3;
  }

  .tm-ecosystem-title {
    grid-column: 1 / -1;
    font-size: clamp(4.4rem, 15vw, 8rem);
  }

  .tm-ecosystem-copy {
    grid-column: 3 / -1;
    margin-top: 1rem;
  }

  .tm-discipline-map {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tm-discipline-map span:nth-child(4) {
    border-left: 0;
  }

  .tm-discipline-map span:nth-child(-n + 3) {
    border-bottom: 1px solid var(--tm-white-line);
  }

  .tm-roster-title {
    grid-column: 2 / -1;
    font-size: clamp(4.4rem, 15vw, 7.8rem);
  }

  .tm-roster-instruction {
    display: none;
  }

  .tm-roster-layout {
    display: block;
    padding-top: 2.25rem;
  }

  .tm-stage {
    display: none;
  }

  .tm-member {
    min-height: 0;
    padding-block: 0 4.5rem;
    display: block;
    border-top: 0;
    scroll-margin-top: 1rem;
  }

  .tm-member:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .tm-member-trigger {
    padding: 1.5rem 0;
    grid-template-columns: 2rem minmax(0, 1fr) auto;
    border-top: 1px solid var(--tm-line);
  }

  .tm-member-copy strong {
    font-size: clamp(2.75rem, 9vw, 5rem);
  }

  .tm-member .tm-member-index,
  .tm-member .tm-member-copy strong,
  .tm-member .tm-member-mark {
    color: var(--tm-red);
  }

  .tm-member .tm-member-copy strong,
  .tm-member.is-active .tm-member-copy strong,
  .tm-member .tm-member-mark,
  .tm-member.is-active .tm-member-mark {
    transform: none;
  }

  .tm-member .tm-member-mark {
    opacity: 0.72;
  }

  .tm-member-mobile-media {
    display: block;
    aspect-ratio: 1.1 / 1;
    overflow: hidden;
    background: #d1cdc4;
  }

  .tm-member-mobile-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 42%;
    filter: saturate(0.86);
  }

  .tm-member-mobile-media--vinil img {
    object-position: 50% 22%;
  }

  .tm-connect-title {
    grid-column: 1 / -1;
    font-size: clamp(5.4rem, 19vw, 9.5rem);
  }

  .tm-connect-copy {
    grid-column: 1 / 5;
  }

  .tm-connect-link {
    grid-column: 4 / -1;
  }
}

@media screen and (max-width: 620px) {
  :root {
    --tm-gutter: 1rem;
  }

  .tm-document-line span:last-child {
    display: none;
  }

  .tm-hero-copy {
    padding-block: 3.25rem 2.8rem;
  }

  .tm-kicker {
    margin-bottom: 1.6rem;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .tm-title {
    font-size: clamp(4.5rem, 24vw, 7.3rem);
    line-height: 0.74;
  }

  .tm-title-team {
    margin-left: 0.75rem;
  }

  .tm-hero-deck {
    margin-top: 2.25rem;
    padding-left: 0.9rem;
    font-size: 0.86rem;
  }

  .tm-contact-sheet {
    aspect-ratio: 1 / 1.22;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .tm-contact-frame:nth-child(n) {
    margin: 0;
  }

  .tm-contact-frame:nth-child(even) {
    margin-top: 0.65rem;
  }

  .tm-contact-frame span {
    opacity: 0.9;
  }

  .tm-hero-foot {
    grid-template-columns: auto 1fr;
    font-size: 0.58rem;
    letter-spacing: 0.09em;
  }

  .tm-hero-foot-line {
    display: none;
  }

  .tm-hero-foot a {
    justify-self: end;
  }

  .tm-ecosystem-grid,
  .tm-roster-head,
  .tm-connect-grid {
    display: block;
  }

  .tm-ecosystem-title,
  .tm-roster-title,
  .tm-connect-title {
    margin-top: 2.8rem;
  }

  .tm-ecosystem-title {
    font-size: clamp(3.7rem, 18vw, 5.4rem);
  }

  .tm-ecosystem-copy {
    margin-top: 2.8rem;
    margin-left: 25%;
  }

  .tm-discipline-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 3.5rem;
  }

  .tm-discipline-map span {
    min-height: 7rem;
    border-bottom: 1px solid var(--tm-white-line);
  }

  .tm-discipline-map span:nth-child(odd) {
    border-left: 0;
  }

  .tm-discipline-map span:nth-child(even) {
    border-left: 1px solid var(--tm-white-line);
  }

  .tm-discipline-map span:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .tm-roster-title {
    font-size: clamp(4rem, 19vw, 6rem);
  }

  .tm-roster-head {
    padding-bottom: 2.5rem;
  }

  .tm-member {
    padding-bottom: 3.5rem;
  }

  .tm-member-trigger {
    grid-template-columns: 1.65rem minmax(0, 1fr) auto;
    gap: 0.55rem;
  }

  .tm-member-copy {
    gap: 0.6rem;
  }

  .tm-member-copy strong {
    font-size: clamp(2.4rem, 12vw, 3.5rem);
  }

  .tm-member-mobile-media {
    aspect-ratio: 0.88 / 1;
  }

  .tm-member.is-active .tm-member-copy strong {
    transform: none;
  }

  .tm-connect-title {
    font-size: clamp(2.9rem, 14.5vw, 4.6rem);
    line-height: 0.76;
  }

  .tm-connect-title span {
    margin-left: 1.3rem;
  }

  .tm-connect-copy {
    width: 78%;
    margin-top: 3.5rem;
  }

  .tm-connect-link {
    min-height: 6.5rem;
    margin-top: 2.5rem;
  }

  .tm-footer-inner {
    min-height: 18rem;
    padding-bottom: 7rem;
    flex-direction: column;
  }

  .tm-footer a {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: 1rem;
  }

  .tm-footer p {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .tm-js .tm-reveal,
  .tm-js .tm-reveal.is-in {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .tm-contact-frame img,
  .tm-contact-frame span,
  .tm-contact-frame::after,
  .tm-stage-layer,
  .tm-member-copy strong,
  .tm-member-mark,
  .tm-connect-link svg {
    transition: none;
  }
}
